diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2022-03-24 21:01:09 (GMT) |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2022-04-03 20:39:34 (GMT) |
commit | 53ca6edd8aefcb6456755f2de48d2d1375d6df7f (patch) | |
tree | 9657713940092155470eac78ce7cfb84b16c3fa8 /Help/prop_tgt/XCODE_XCCONFIG.rst | |
parent | 183b6bbf51d40be9a0d54e351538c6413ad41407 (diff) | |
download | CMake-53ca6edd8aefcb6456755f2de48d2d1375d6df7f.zip CMake-53ca6edd8aefcb6456755f2de48d2d1375d6df7f.tar.gz CMake-53ca6edd8aefcb6456755f2de48d2d1375d6df7f.tar.bz2 |
xcode: add support for xcconfig files
Fixes: #18420
Diffstat (limited to 'Help/prop_tgt/XCODE_XCCONFIG.rst')
-rw-r--r-- | Help/prop_tgt/XCODE_XCCONFIG.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/prop_tgt/XCODE_XCCONFIG.rst b/Help/prop_tgt/XCODE_XCCONFIG.rst new file mode 100644 index 0000000..f44e422 --- /dev/null +++ b/Help/prop_tgt/XCODE_XCCONFIG.rst @@ -0,0 +1,14 @@ +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)>`. |