mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
53ca6edd8a
Fixes: #18420
15 lines
435 B
ReStructuredText
15 lines
435 B
ReStructuredText
XCODE_XCCONFIG
|
|
--------------
|
|
|
|
.. versionadded:: 3.24
|
|
|
|
If set, the :generator:`Xcode` generator will register the specified
|
|
file as a target-level XCConfig file. For global XCConfig files see
|
|
the :variable:`CMAKE_XCODE_XCCONFIG` variable.
|
|
|
|
This feature is intended to ease migration from native Xcode projects
|
|
to CMake projects.
|
|
|
|
Contents of ``XCODE_XCCONFIG`` may use
|
|
:manual:`generator expressions <cmake-generator-expressions(7)>`.
|