2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-06 04:15:40 +00:00
metaforce/Runtime/MP1/CMakeLists.txt
Jack Andersen 3f1025abb3 link fix
2015-08-24 21:04:50 -10:00

15 lines
589 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
HECLDatabase HECLBlender HECLCommon AthenaCore NOD
LogVisor AthenaLibYaml Boo png squish blowfish z lzo2 pthread
${BOO_SYS_LIBS})