CMAKE_MACOSX_BUNDLE.rst 426 B

12345678910
  1. CMAKE_MACOSX_BUNDLE
  2. -------------------
  3. Default value for :prop_tgt:`MACOSX_BUNDLE` of targets.
  4. This variable is used to initialize the :prop_tgt:`MACOSX_BUNDLE` property on
  5. all the targets. See that target property for additional information.
  6. This variable is set to ``ON`` by default if :variable:`CMAKE_SYSTEM_NAME`
  7. equals to :ref:`iOS, tvOS, visionOS or watchOS <Cross Compiling for iOS, tvOS, visionOS, or watchOS>`.