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 /Source/cmGlobalGenerator.cxx | |
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 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 3c31db1..09e2abe 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -1764,6 +1764,7 @@ bool cmGlobalGenerator::AddAutomaticSources() if (!gt->GetProperty("PRECOMPILE_HEADERS_REUSE_FROM")) { lg->AddPchDependencies(gt.get()); } + lg->AddXCConfigSources(gt.get()); } } for (const auto& lg : this->LocalGenerators) { |