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