cmake
CMake: Copy files after build
If you need to e.g. bundle/copy data along your build you can use a call similar to this. Just make sure to select the target you want to 'target'. Possible copy hooks are: PRE_BUILD | PRE_LINK | POST_BUILD Single files add_custom_command( TARGET ${PROJECT_