Merge topic 'xcode-launch-mode'

a1a0ae3ad4 Xcode: Add Xcode SCHEME control for 'Launch' control

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7355
This commit is contained in:
Brad King
2022-06-16 12:59:14 +00:00
committed by Kitware Robot
11 changed files with 61 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
CMAKE_XCODE_SCHEME_LAUNCH_MODE
------------------------------
.. versionadded:: 3.25
Property value for ``Launch`` in the Info section of the generated Xcode
scheme.
This variable initializes the :prop_tgt:`XCODE_SCHEME_LAUNCH_MODE` property on
all targets.
Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
documentation to see all Xcode schema related properties.