Help: CMAKE_MACOSX_BUNDLE is ON for iOS/tvOS/watchOS

This commit is contained in:
Ruslan Baratov 2019-03-01 19:48:21 +03:00 committed by Brad King
parent f7d602b572
commit 376138fe0c

View File

@ -5,3 +5,6 @@ Default value for :prop_tgt:`MACOSX_BUNDLE` of targets.
This variable is used to initialize the :prop_tgt:`MACOSX_BUNDLE` property on
all the targets. See that target property for additional information.
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>`.