mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
13 lines
538 B
ReStructuredText
13 lines
538 B
ReStructuredText
xcode-launch-mode
|
|
-----------------
|
|
|
|
* The :variable:`CMAKE_XCODE_SCHEME_LAUNCH_MODE` variable and corresponding
|
|
:prop_tgt:`XCODE_SCHEME_LAUNCH_MODE` target property were added to tell
|
|
the :generator:`Xcode` generator what to put in the scheme's "Launch"
|
|
mode setting.
|
|
|
|
* The :variable:`CMAKE_XCODE_SCHEME_LAUNCH_CONFIGURATION` variable and
|
|
corresponding :prop_tgt:`XCODE_SCHEME_LAUNCH_CONFIGURATION` target
|
|
property were added to tell the :generator:`Xcode` generator what
|
|
configuration to put in the scheme's Launch action.
|