Re: [CMake] Copy / filter files

2008-08-12 Thread David Cole
EXECUTE_PROCESS with cmake -E copy (or copy_directory) On Tue, Aug 12, 2008 at 1:39 PM, [EMAIL PROTECTED] wrote: Hi, I need to duplicate (Python) files from a source directory into a destination (build) directory, then build a CRAMFS volume image from the destination dir. How can I

Re: [CMake] Copy / filter files

2008-08-12 Thread Andy Lego
Hello, Actually, use CMAKE_CUSTOM_COMMAND instead. This way you will have full dependency checking. Andy On Tue, Aug 12, 2008 at 10:41 AM, David Cole [EMAIL PROTECTED] wrote: EXECUTE_PROCESS with cmake -E copy (or copy_directory) On Tue, Aug 12, 2008 at 1:39 PM, [EMAIL PROTECTED] wrote: