summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-06-16 12:59:14 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-06-16 12:59:51 (GMT)
commit7eddfed10f48fbe697e9f94433478d01b92b3c3d (patch)
tree892302469dab170ad78c45d19560fe02c3947f05 /Help/variable
parentd0ea344b0390a47be8f4e672e174d35a5c3bf389 (diff)
parenta1a0ae3ad4d1855ff7eb6f1c990b4df7897fb03a (diff)
downloadCMake-7eddfed10f48fbe697e9f94433478d01b92b3c3d.zip
CMake-7eddfed10f48fbe697e9f94433478d01b92b3c3d.tar.gz
CMake-7eddfed10f48fbe697e9f94433478d01b92b3c3d.tar.bz2
Merge topic 'xcode-launch-mode'
a1a0ae3ad4 Xcode: Add Xcode SCHEME control for 'Launch' control Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7355
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_XCODE_SCHEME_LAUNCH_MODE.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_XCODE_SCHEME_LAUNCH_MODE.rst b/Help/variable/CMAKE_XCODE_SCHEME_LAUNCH_MODE.rst
new file mode 100644
index 0000000..c15b1ea
--- /dev/null
+++ b/Help/variable/CMAKE_XCODE_SCHEME_LAUNCH_MODE.rst
@@ -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.