2015-08-18 22:51:54 +00:00
|
|
|
include_directories(. ..)
|
2015-08-17 22:05:00 +00:00
|
|
|
add_executable(mp1
|
2015-08-18 05:54:43 +00:00
|
|
|
CTweaks.hpp CTweaks.cpp
|
|
|
|
CInGameTweakManager.hpp CInGameTweakManager.cpp
|
|
|
|
CTweakParticle.hpp CTweakParticle.cpp
|
2015-08-27 00:23:46 +00:00
|
|
|
CMainFlow.hpp CMainFlow.cpp
|
|
|
|
CMFGame.hpp CMFGame.cpp
|
|
|
|
CPlayMovie.hpp CPlayMovie.cpp
|
|
|
|
CFrontEndUI.hpp CFrontEndUI.cpp
|
|
|
|
CMain.hpp
|
2015-08-17 22:05:00 +00:00
|
|
|
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
|
2015-08-25 07:04:50 +00:00
|
|
|
HECLDatabase HECLBlender HECLCommon AthenaCore NOD
|
|
|
|
LogVisor AthenaLibYaml Boo png squish blowfish z lzo2 pthread
|
2015-08-18 22:51:54 +00:00
|
|
|
${BOO_SYS_LIBS})
|