cmake/Help/variable/CMAKE_MACOSX_BUNDLE.rst

11 lines
406 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_MACOSX_BUNDLE
-------------------
2015-11-17 17:22:37 +01:00
Default value for :prop_tgt:`MACOSX_BUNDLE` of targets.
2014-08-03 19:52:23 +02:00
2015-11-17 17:22:37 +01:00
This variable is used to initialize the :prop_tgt:`MACOSX_BUNDLE` property on
all the targets. See that target property for additional information.
2019-11-11 23:01:05 +01:00
This variable is set to ``ON`` by default if :variable:`CMAKE_SYSTEM_NAME`
equals to :ref:`iOS, tvOS or watchOS <Cross Compiling for iOS, tvOS, or watchOS>`.