metaforce/hecl/lib/Runtime/CMakeLists.txt

7 lines
129 B
CMake
Raw Normal View History

set(RUNTIME_SOURCES
FileStoreManager.cpp
ShaderCacheManager.cpp
HMDL_RT.cpp)
hecl_add_list(Runtime RUNTIME_SOURCES)