stk-code_catmod/sources.cmake

7 lines
484 B
CMake
Raw Permalink Normal View History

2017-08-16 13:26:08 -04:00
# Modify this file to change the last-modified date when you add/remove a file.
# This will then trigger a new cmake run automatically.
2014-04-11 13:05:24 -04:00
file(GLOB_RECURSE STK_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.hpp")
file(GLOB_RECURSE STK_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "src/*.cpp")
file(GLOB_RECURSE STK_SHADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "data/shaders/*")
2016-12-21 22:17:52 -05:00
file(GLOB_RECURSE STK_RESOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "${PROJECT_BINARY_DIR}/tmp/*.rc")