GlobRecurseFileCopy.cmake

file(GLOB_RECURSE listOfFiles ${FILES_TO_COPY})
file(COPY ${listOfFiles} DESTINATION ${DEST_FOLDER})