Hi,<br><br>I have an existing CMakeList.txt file that I&#39;ve been using to build Maya plug-ins for Windows and Linux just fine. I&#39;ve been trying to make it work in MacOS X for a couple days now but with no success. I&#39;ve googled around and found some very sporadic resources as to how to build MacOS X bundles - but nothing consistent. The problem I&#39;m running into is that I can&#39;t seem to set the Mach-O Type. When I use add_executable( pluginName MACOSX_BUNDLE ... ) it adds it as an executable. I was wondering if anyone has attempted something similar before succeeded?<br>
<br>Thanks,<br>Hai<br>