summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorPatriceJiang <397136899@qq.com>2022-08-18 03:53:52 (GMT)
committerBrad King <brad.king@kitware.com>2022-08-30 14:28:27 (GMT)
commit740bee97bd131b2497c58101f7fc84b1a10a8aa6 (patch)
tree46784cd4fe677c99622886395632dca77674fa79 /Help/variable
parent39456c70e1792179b4db780771fe73082122ca5f (diff)
downloadCMake-740bee97bd131b2497c58101f7fc84b1a10a8aa6.zip
CMake-740bee97bd131b2497c58101f7fc84b1a10a8aa6.tar.gz
CMake-740bee97bd131b2497c58101f7fc84b1a10a8aa6.tar.bz2
Xcode: Add settings to control a scheme's launch configuration
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION.rst b/Help/variable/CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION.rst
new file mode 100644
index 0000000..e5b4d18
--- /dev/null
+++ b/Help/variable/CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION.rst
@@ -0,0 +1,12 @@
+CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION
+---------------------------------------
+
+.. versionadded:: 3.25
+
+Set the build configuration to run the target.
+
+This variable initializes the :prop_tgt:`XCODE_SCHEME_LAUNCH_CONFIGURATION`
+property on all targets.
+
+Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
+documentation to see all Xcode schema related properties.