Re: [CMake] XCode post-build processing?

2011-12-03 Thread g...@novadsp.com
Thanks Michael. Now how do I make 'copy' copy a Mac .app bundle? copy file simply creates an empty directory call mac.app and copy directory refuses to obey. Thx++ On 02/12/2011 05:43, Michael Wild wrote: On 12/01/2011 11:24 PM, g...@novadsp.com wrote: How can I get the same effect as the

[CMake] XCode post-build processing?

2011-12-01 Thread g...@novadsp.com
How can I get the same effect as the Visual Studio post-build rules? Nothing too fancy, just copy and zip files into a /dist directory. Thx++ -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages

Re: [CMake] XCode post-build processing?

2011-12-01 Thread Michael Wild
On 12/01/2011 11:24 PM, g...@novadsp.com wrote: How can I get the same effect as the Visual Studio post-build rules? Nothing too fancy, just copy and zip files into a /dist directory. Thx++ Are you looking for the add_custom_command(TARGET ... POST_BUILD ...) signature? Michael --