MACOSX_BUNDLE.rst 559 B

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