metaforce/Runtime/MP1/CMakeLists.txt

31 lines
879 B
CMake
Raw Normal View History

2015-08-18 15:51:54 -07:00
include_directories(. ..)
2017-02-03 15:32:15 -08:00
add_subdirectory(World)
if(APPLE)
set(MP1_PLAT_SOURCES CFrontEndUITouchBarMac.mm)
endif()
2016-04-23 21:03:30 -07:00
set(MP1_SOURCES
CTweaks.hpp CTweaks.cpp
CInGameTweakManager.hpp CInGameTweakManager.cpp
2016-12-14 14:56:59 -08:00
CGBASupport.hpp CGBASupport.cpp
CNESEmulator.hpp CNESEmulator.cpp
2016-04-23 21:03:30 -07:00
CMainFlow.hpp CMainFlow.cpp
CMFGame.hpp CMFGame.cpp
CPlayMovie.hpp CPlayMovie.cpp
CFrontEndUI.hpp CFrontEndUI.cpp
CFrontEndUITouchBar.hpp CFrontEndUITouchBar.cpp
CPreFrontEnd.hpp CPreFrontEnd.cpp
2016-09-16 13:18:03 -07:00
CSlideShow.hpp CSlideShow.cpp
CSaveUI.hpp CSaveUI.cpp
CMemoryCardDriver.hpp CMemoryCardDriver.cpp
2016-12-29 22:37:01 -08:00
CQuitScreen.hpp CQuitScreen.cpp
CCredits.hpp CCredits.cpp
CStateSetterFlow.hpp CStateSetterFlow.cpp
CAudioStateWin.hpp CAudioStateWin.cpp
2017-02-03 15:32:15 -08:00
MP1.hpp MP1.cpp
${MP1_PLAT_SOURCES}
2017-02-03 15:32:15 -08:00
${MP1_WORLD_SOURCES})
2016-04-23 21:03:30 -07:00
runtime_add_list(MP1 MP1_SOURCES)