Re: [CMake] MAC OS X bundles

2008-06-20 Thread Bill Hoffman
Sean McBride wrote: On 6/20/08 5:46 PM, Matthias Riechmann said: what exactly do I have to do to successfully build my applilcation as a MacOS X bundle? So far I used the parameter "MACOSX_BUNDLE" for the ADD_EXECUTABLE command and set a lot of properties using the MACOSX_BUNDLE_* variables.

Re: [CMake] MAC OS X bundles

2008-06-20 Thread Sean McBride
On 6/20/08 5:46 PM, Matthias Riechmann said: >what exactly do I have to do to successfully build my applilcation as a >MacOS X bundle? So far I used the parameter "MACOSX_BUNDLE" for the >ADD_EXECUTABLE command and set a lot of properties using the >MACOSX_BUNDLE_* variables. The result is inde

[CMake] MAC OS X bundles

2008-06-20 Thread Matthias Riechmann
Hi, what exactly do I have to do to successfully build my applilcation as a MacOS X bundle? So far I used the parameter "MACOSX_BUNDLE" for the ADD_EXECUTABLE command and set a lot of properties using the MACOSX_BUNDLE_* variables. The result is indeed a directory with an ".app" extension wit