Hi,

I would like to create a custom target that copy "several" files (one, two or 
n files, but at least one) to a directory. I know how to do it with one file:

add_custom_target(my_copy_target  
${CMAKE_COMMAND} -E copy ${_inputfile} ${dirOUT}/)

but, I really don't know how to do it with a list of files. 

Someone could help me?

Regards,

Leo 

   
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to