mirror of
https://github.com/zeldaret/botw
synced 2026-06-22 16:23:02 -04:00
13 lines
213 B
CMake
13 lines
213 B
CMake
add_subdirectory(Actor)
|
|
add_subdirectory(AI)
|
|
add_subdirectory(Damage)
|
|
add_subdirectory(DLC)
|
|
add_subdirectory(UI)
|
|
|
|
target_sources(uking PRIVATE
|
|
gameScene.cpp
|
|
gameScene.h
|
|
gameStageInfo.cpp
|
|
gameStageInfo.h
|
|
)
|