Re: [CMake] Copying some files using CMake

2010-12-23 Thread Stormwind Dev
Thanks for your reply John. There is one question left about your GetRuntime module. The files you copy are located within the CMake directory in your root source dir, right? Best Michael Am 23.12.2010 17:28, schrieb John Drescher: On Thu, Dec 23, 2010 at 11:18 AM, Stormwind Dev wrote

[CMake] Copying some files using CMake

2010-12-23 Thread Stormwind Dev
Dear List, I've got a question on copying some files from one directory to another using CMake. Let's say, I got some libraries collected in a special directory. I want CMake to copy these libs to the distribution directory of my project. Using add_custom_command, I managed to have CMake cop