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

_______________________________________________
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

Reply via email to