[Cmake] Mac OS X .app bundle making script - double-clickable
mac application
Andy Cedilnik
andy.cedilnik at kitware.com
Thu Jun 10 12:28:34 EDT 2004
Hi Paul,
After doing ADD_EXECUTABLE there should be all directories there for the
bundle. You should be able to use custom commands or other tricks to
copy whatever file you want in that directory.
Also, if you want to use more customized plist file, you can copy the
one from CMake/Modules/MacOSXBundleInfo.plist.in to some directory and
then set CMAKE_MODULE_PATH to that directory.
Andy
On Thu, 2004-06-10 at 12:04, paul. wrote:
> Is there anything in cmake that would copy stuff into the bundle? (ie
> Resources, Frameworks, or Plugins?)
More information about the Cmake
mailing list