2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-07 13:25:52 +00:00
metaforce/Runtime/MP1/CMakeLists.txt
Phillip Stephens 63985b6063 CPatterned arg type fix
Relay loader imps
CBeetle loader imp
Change CAiFuncMap's const char* to std::string
2016-05-17 20:57:43 -07:00

15 lines
406 B
CMake

include_directories(. ..)
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
CNewIntroBoss.hpp CNewIntroBoss.cpp
CBeetle.hpp CBeetle.cpp
CWarWasp.hpp CWarWasp.cpp
MP1.hpp MP1.cpp)
runtime_add_list(MP1 MP1_SOURCES)