mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-05 15:13:27 +00:00
10 lines
336 B
CMake
10 lines
336 B
CMake
include_directories(. ..)
|
|
add_library(RuntimeMP1
|
|
CTweaks.hpp CTweaks.cpp
|
|
CInGameTweakManager.hpp CInGameTweakManager.cpp
|
|
CMainFlow.hpp CMainFlow.cpp
|
|
CMFGame.hpp CMFGame.cpp
|
|
CPlayMovie.hpp CPlayMovie.cpp
|
|
CFrontEndUI.hpp CFrontEndUI.cpp
|
|
MP1.hpp MP1.cpp)
|