MACOSX_BUNDLE.rst 522 B

123456789101112
  1. MACOSX_BUNDLE
  2. -------------
  3. Build an executable as an application bundle on Mac OS X.
  4. When this property is set to true the executable when built on Mac OS
  5. X will be created as an application bundle. This makes it a GUI
  6. executable that can be launched from the Finder. See the
  7. MACOSX_BUNDLE_INFO_PLIST target property for information about
  8. creation of the Info.plist file for the application bundle. This
  9. property is initialized by the value of the variable
  10. CMAKE_MACOSX_BUNDLE if it is set when a target is created.