[CMake] OS X Carbon Rez...

William A. Hoffman billlist at nycap.rr.com
Tue Aug 1 13:35:46 EDT 2006


At 12:49 PM 8/1/2006, Mike Jackson wrote:
>OK..
>   So after the last bit of help I now have an executable that  
>runs.. almost.. As with Carbon Apps on OS X I have to manually run:
>
>  ADD_EXECUTABLE( ImageImporter ${SAMPLE_SRCS} ${SAMPLE_MOC_SRCS} $ {SAMPLE_UI_HDRS} )

Try this:


ADD_EXECUTABLE( ImageImporter 
 MACOSX_BUNDLE
 ${SAMPLE_SRCS} ${SAMPLE_MOC_SRCS} $ {SAMPLE_UI_HDRS} )

-Bill 



More information about the CMake mailing list