metaforce/Runtime/MP1/CMakeLists.txt

23 lines
915 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
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
main.cpp)
target_link_libraries(mp1
2015-08-17 23:46:41 +00:00
RuntimeCommonCharacter
2015-08-29 01:30:47 +00:00
RuntimeCommonInput
2016-02-09 22:52:33 +00:00
RuntimeCommonParticle
RuntimeCommonGraphics
2015-08-18 05:54:43 +00:00
RuntimeCommon
DNAMP1
2015-08-18 22:51:54 +00:00
DNACommon
2016-03-04 23:04:53 +00:00
hecl-database hecl-blender hecl-common athena-core nod
logvisor athena-libyaml boo ${PNG_LIB} squish xxhash zeus
2015-09-02 19:10:11 +00:00
${ZLIB_LIBRARIES} ${LZO_LIB}
2015-08-18 22:51:54 +00:00
${BOO_SYS_LIBS})