I am attempting to copy multiple files using the ${CMAKE_COMMAND} -E copy format, but I was wondering if there was a way to provide a nu
${CMAKE_COMMAND} -E copy
Copying multiple files is available from CMake 3.5
cmake -E copy ...
"cmake -E copy" support for multiple files
Command-Line Tool Mode