ICT290 / res / ShaysWorldData / data / CMakeLists.txt
CMakeLists.txt
Raw
add_subdirectory(windows)
# Manual re-run of CMake is required to detect and copy new data files into the build directory
file(GLOB ShaysWorldImageData CONFIGURE_DEPENDS "*.raw")
file(COPY ${ShaysWorldImageData} DESTINATION ${CMAKE_BINARY_DIR}/res/ShaysWorldData/data)