2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-07 15:25:53 +00:00
metaforce/Runtime/MP1/CMakeLists.txt
2016-07-26 21:19:32 -07:00

17 lines
496 B
CMake

include_directories(. ..)
set(MP1_SOURCES
CTweaks.hpp CTweaks.cpp
CInGameTweakManager.hpp CInGameTweakManager.cpp
Tweaks/CTweakPlayer.hpp Tweaks/CTweakPlayer.cpp
CMainFlow.hpp CMainFlow.cpp
CMFGame.hpp CMFGame.cpp
CPlayMovie.hpp CPlayMovie.cpp
CFrontEndUI.hpp CFrontEndUI.cpp
CNewIntroBoss.hpp CNewIntroBoss.cpp
CBeetle.hpp CBeetle.cpp
CWarWasp.hpp CWarWasp.cpp
CSpacePirate.hpp CSpacePirate.cpp
MP1.hpp MP1.cpp)
runtime_add_list(MP1 MP1_SOURCES)