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