mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
419cfe30d0
Fixes: #24002
14 lines
407 B
ReStructuredText
14 lines
407 B
ReStructuredText
CMAKE_XCODE_SCHEME_LLDB_INIT_FILE
|
|
---------------------------------
|
|
|
|
.. versionadded:: 3.32
|
|
|
|
Property value for ``LLDB Init File`` in the Info section of the generated Xcode
|
|
scheme.
|
|
|
|
This variable initializes the :prop_tgt:`XCODE_SCHEME_LLDB_INIT_FILE` property on
|
|
all targets.
|
|
|
|
Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
|
|
documentation to see all Xcode schema related properties.
|