[CMake] feature request: MACOSX_BUNDLE for module libs

David Cole david.cole at kitware.com
Mon Feb 28 10:29:16 EST 2011


On Mon, Feb 28, 2011 at 5:25 AM, Michael Wild <themiwi at gmail.com> wrote:

> On 02/28/2011 11:17 AM, Jochen Wilhelmy wrote:
> > Hi!
> >
> > after looking into the source of cmake I have seen that
> > MACOSX_BUNDLEs are only supported for executables and
> > I have not enough insight yet to port it to module library
> > targets. Therefore I'd like to request this as a feature.
> > If you can outline the steps to be done I could try it myself
> > (e.g. is it sufficient to copy the code starting at
> > if(this->Target->IsAppBundleOnApple())...
> > in cmMakefileExecutableTargetGenerator.cxx to
> > cmMakefileLibraryTargetGenerator.cxx?)
> >
> > If you need example projects to see how module app bundles look
> > like please download the after effects sdk at
> > http://www.adobe.com/devnet/aftereffects/sdk/cs5_eula.html
> > and build the accompanying xcode project.
> >
> > -Jochen
>
> Hi
>
> This is in the pipeline for the next 2.8.5 release, refer to
> http://public.kitware.com/Bug/view.php?id=11295 for the details.
>
> Michael
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>

In fact, the fix for 11295 is in the nightly development builds of CMake
right now, and both the 'master' and 'next' branches. You may try it out by
using any of those builds of CMake on a Mac today.

Let us know if you need more than that...


David C.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110228/f8cfb165/attachment.htm>


More information about the CMake mailing list