2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-15 00:05:53 +00:00
metaforce/Runtime/MP1/CMakeLists.txt
2015-08-18 12:51:54 -10:00

14 lines
458 B
CMake

include_directories(. ..)
add_executable(mp1
CTweaks.hpp CTweaks.cpp
CInGameTweakManager.hpp CInGameTweakManager.cpp
CTweakParticle.hpp CTweakParticle.cpp
main.cpp)
target_link_libraries(mp1
RuntimeCommonCharacter
RuntimeCommon
DNAMP1
DNACommon
Boo
${BOO_SYS_LIBS})