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