diff options
author | Harry Mallon <hjmallon@gmail.com> | 2022-06-13 11:02:13 (GMT) |
---|---|---|
committer | Harry Mallon <hjmallon@gmail.com> | 2022-06-15 18:02:56 (GMT) |
commit | a1a0ae3ad4d1855ff7eb6f1c990b4df7897fb03a (patch) | |
tree | e2f7ab8571953781da4ba54c820fff9b2ad1d732 /Help/variable | |
parent | 87273cc9d3b7073a1c175f73b241be16b566b47c (diff) | |
download | CMake-a1a0ae3ad4d1855ff7eb6f1c990b4df7897fb03a.zip CMake-a1a0ae3ad4d1855ff7eb6f1c990b4df7897fb03a.tar.gz CMake-a1a0ae3ad4d1855ff7eb6f1c990b4df7897fb03a.tar.bz2 |
Xcode: Add Xcode SCHEME control for 'Launch' control
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_XCODE_SCHEME_LAUNCH_MODE.rst | 13 |
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. |