xcode: add support for xcconfig files

Fixes: #18420
This commit is contained in:
Gregor Jasny
2022-03-24 22:01:09 +01:00
parent 183b6bbf51
commit 53ca6edd8a
18 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
CMAKE_XCODE_XCCONFIG
--------------------
.. versionadded:: 3.24
If set, the :generator:`Xcode` generator will register the specified
file as a global XCConfig file. For target-level XCConfig files see
the :prop_tgt:`XCODE_XCCONFIG` target property.
This feature is intended to ease migration from native Xcode projects
to CMake projects.
Contents of ``CMAKE_XCODE_XCCONFIG`` may use
:manual:`generator expressions <cmake-generator-expressions(7)>`.