Re: [CMake] MacOS X Bundle Question

2009-10-24 Thread Clinton Stimpson
Have you tried the following? add_library(pluginName MODULE ) Doing that should add the -bundle linker flag, which is probably what you're looking for. Clint On 10/24/2009 04:17 PM, Hai Nguyen wrote: Hi, I have an existing CMakeList.txt file that I've been using to build Maya plug-ins

[CMake] MacOS X Bundle Question

2009-10-24 Thread Hai Nguyen
Hi, I have an existing CMakeList.txt file that I've been using to build Maya plug-ins for Windows and Linux just fine. I've been trying to make it work in MacOS X for a couple days now but with no success. I've googled around and found some very sporadic resources as to how to build MacOS X bundle