[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

Re: [CMake] Copying some files using CMake

2010-12-23 Thread John Drescher
On Thu, Dec 23, 2010 at 11:18 AM, Stormwind Dev stormwind@googlemail.com wrote: 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

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

[CMake] Copying some files using CMake

2010-12-23 Thread John Drescher
-- Forwarded message -- From: John Drescher dresche...@gmail.com Date: Thu, Dec 23, 2010 at 12:03 PM Subject: Re: [CMake] Copying some files using CMake To: Stormwind Dev stormwind@googlemail.com On Thu, Dec 23, 2010 at 11:53 AM, Stormwind Dev stormwind@googlemail.com