metaforce/Runtime/MP1/CMakeLists.txt

14 lines
378 B
CMake
Raw Normal View History

2015-08-18 22:51:54 +00:00
include_directories(. ..)
2016-04-24 04:03:30 +00:00
set(MP1_SOURCES
CTweaks.hpp CTweaks.cpp
CInGameTweakManager.hpp CInGameTweakManager.cpp
CMainFlow.hpp CMainFlow.cpp
CMFGame.hpp CMFGame.cpp
CPlayMovie.hpp CPlayMovie.cpp
CFrontEndUI.hpp CFrontEndUI.cpp
2016-04-25 05:03:38 +00:00
CNewIntroBoss.hpp CNewIntroBoss.cpp
2016-04-25 05:46:28 +00:00
CWarWasp.hpp CWarWasp.cpp
2016-04-24 04:03:30 +00:00
MP1.hpp MP1.cpp)
runtime_add_list(MP1 MP1_SOURCES)