summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_XCODE_XCCONFIG.rst
blob: 6b1ef309976077a1e4dd5f36644a361c4503d953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)>`.