[CMake] .bundles on Mac

Bill Hoffman bill.hoffman at kitware.com
Tue Jul 31 16:42:41 EDT 2007


James Bigler wrote:
> Has anyone built a .bundle library on Mac (NOTE this is *not* a 
> .bundle App). It's like a shared library, but it has the 
> -single_module flag passed in and the extension of .bundle.  I tried 
> to change the library's suffix with SET_TARGET_PROPERTIES, but that 
> did weird things to the linker (I'm assuming that GCC got confused 
> when I changed the output name).
>
> So, what I think I need to do is build the regular shared library and 
> then copy the resulting .dylib to a .bundle.
>
> Is this what others have done?
There is on going work on this in CVS CMake.  It is not yet complete...

-Bill



More information about the CMake mailing list