metaforce/Runtime/MP1/CMakeLists.txt

14 lines
458 B
CMake
Raw Normal View History

2015-08-18 22:51:54 +00:00
include_directories(. ..)
add_executable(mp1
2015-08-18 05:54:43 +00:00
CTweaks.hpp CTweaks.cpp
CInGameTweakManager.hpp CInGameTweakManager.cpp
CTweakParticle.hpp CTweakParticle.cpp
main.cpp)
target_link_libraries(mp1
2015-08-17 23:46:41 +00:00
RuntimeCommonCharacter
2015-08-18 05:54:43 +00:00
RuntimeCommon
DNAMP1
2015-08-18 22:51:54 +00:00
DNACommon
Boo
${BOO_SYS_LIBS})