[CMake] how to build macos bundle with module lib
Jochen Wilhelmy
j.wilhelmy at arcor.de
Sat Feb 26 11:30:18 EST 2011
Hi!
I have the following problem:
while I can build executables as bundles using cmake by
using
set_target_properties(MyProject PROPERTIES MACOSX_BUNDLE TRUE)
this does not seem to work for MODULE libraries
(add_library(MyProject MODULE ${FILES})
The result is just a .so. For example Adobe After Effects plugins
are bundled module libs. Is there any solution to this?
-Jochen
More information about the CMake
mailing list