[CMake] CMake and Framework/CFBundle Support

clinton at elemtech.com clinton at elemtech.com
Tue Feb 11 10:01:19 EST 2014


----- Original Message -----

> Hello,

> I don't know if I overlook something or the framework/CFBundle support on Mac
> OS is rarely.

> Most of the things I have already implemented as post-build commands but are
> there also CMake ways of doing such things?

> .) Adding resources to CFBundles? (Resources for frameworks are supported)
> .) Creating PkgInfo files in CFBundles
> .) Copying custom Info.plist files to CFBundles

With an exception of the 3rd one, I don't think there is a CMake way of doing those except with post-build commands. 
For the custom Info.plist, have you tried setting the MACOSX_BUNDLE_INFO_PLIST property on the target? 

Clint 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20140211/ebadb324/attachment.html>


More information about the CMake mailing list