<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<br>
Have you tried the following?<br>
add_library(pluginName MODULE ....)<br>
<br>
Doing that should add the -bundle linker flag, which is probably what
you're looking for.<br>
<br>
Clint<br>
<br>
On 10/24/2009 04:17 PM, Hai Nguyen wrote:
<blockquote
cite="mid:5c89f0eb0910241517r27e213aaie1588e8c7532a2de@mail.gmail.com"
type="cite">Hi,<br>
<br>
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 bundles - but nothing consistent. The problem I'm running
into is that I can'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>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>
Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>
Please keep messages on-topic and check the CMake FAQ at: <a class="moz-txt-link-freetext" href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a>
Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a></pre>
</blockquote>
<br>
</body>
</html>