[CMake] XCode post-build processing?

Michael Wild themiwi at gmail.com
Fri Dec 2 00:43:51 EST 2011


On 12/01/2011 11:24 PM, g4 at 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



More information about the CMake mailing list