metaforce/Runtime/Common/CMakeLists.txt

36 lines
1.3 KiB
CMake
Raw Normal View History

add_subdirectory(Audio)
add_subdirectory(Character)
2015-08-18 05:54:43 +00:00
add_subdirectory(Graphics)
add_subdirectory(GuiSys)
2015-08-18 05:54:43 +00:00
add_subdirectory(Input)
add_subdirectory(Particle)
add_library(RuntimeCommon
COsContext.hpp COsContextBoo.cpp
2015-08-18 05:54:43 +00:00
CMainFlow.hpp CMainFlow.cpp
CMemory.hpp CMemory.cpp
CMemoryCardSys.hpp CMemoryCardSysPC.cpp
IAllocator.hpp IAllocator.cpp
CGameAllocator.hpp CGameAllocator.cpp
CBasics.hpp CBasicsPC.cpp
2015-08-18 05:54:43 +00:00
CIOWin.hpp CIOWin.cpp
CIOWinManager.hpp CIOWinManager.cpp
CStateManager.hpp CStateManager.cpp
CGameState.hpp CGameState.cpp
CScriptMailbox.hpp CScriptMailbox.cpp
CMapWorldInfo.hpp CMapWorldInfo.cpp
CPlayerState.hpp CPlayerState.cpp
CWorldTransManager.hpp CWorldTransManager.cpp
CRandom16.hpp CRandom16.cpp
CResFactory.hpp CResFactory.cpp
2015-08-18 05:54:43 +00:00
CFactoryStore.hpp CFactoryStore.cpp
CSimplePool.hpp CSimplePool.cpp
CAi.hpp CAi.cpp
CGameOptions.hpp CGameOptions.cpp
CStaticInterference.hpp CStaticInterference.cpp
CCRC32.hpp CCRC32.cpp
2015-08-18 05:54:43 +00:00
IFactory.hpp
GameGlobalObjects.hpp
RetroTemplates.hpp
GCNTypes.hpp)