I\'m trying to create a simple project on CLion. It uses CMake (I\'m new here) to generate Makefiles to build project (or some sort of it)
All I need to is transfer
This is what I used to copy some resource files: the copy-files is an empty target to ignore errors
add_custom_target(copy-files ALL COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_BINARY_DIR}/SOURCEDIRECTORY ${CMAKE_BINARY_DIR}/DESTINATIONDIRECTORY )