RE: [CMake] Simple file copy

2006-11-22 Thread Martin Lütken
] On Behalf Of Eric Noulard Sent: 20. november 2006 19:29 To: CMake ML Subject: Re: [CMake] Simple file copy CONFIGURE_FILE(InputFile OutputFile COPYONLY) 2006/11/20, Martin Lütken [EMAIL PROTECTED]: Is it possible to simply copy files in cmake ? Or do I need to make a custom command? -Martin L

Re: RE: [CMake] Simple file copy

2006-11-22 Thread Alexander Neundorf
Original-Nachricht Datum: Wed, 22 Nov 2006 15:22:53 +0100 Von: Martin Lütken [EMAIL PROTECTED] An: Eric Noulard [EMAIL PROTECTED], CMake ML cmake@cmake.org Betreff: RE: [CMake] Simple file copy Thanks a lot! But the name CONFIGURE_FILE suggest it happens before the build

Re: [CMake] Simple file copy

2006-11-22 Thread Brandon J. Van Every
Martin Lütken wrote: Thanks a lot! But the name CONFIGURE_FILE suggest it happens before the build. Is that so? I need to copy lib files after build! I didn't really understand the rest of the post; perhaps some context got snipped. Going by the subject line, I think what you want is an