summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-05-12 11:26:54 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-05-12 11:27:00 (GMT)
commitce19e38151569fa93c0a701a04720f1b49917deb (patch)
tree4777925f5ebe8b0bd3990df005e48b55a451d8e9 /Source/cmGlobalXCodeGenerator.cxx
parent228764d69e846c7f60d95434df48e9ce72dac894 (diff)
parentdfaf55fbfd72e9706461592933df8686067b0e5f (diff)
downloadCMake-ce19e38151569fa93c0a701a04720f1b49917deb.zip
CMake-ce19e38151569fa93c0a701a04720f1b49917deb.tar.gz
CMake-ce19e38151569fa93c0a701a04720f1b49917deb.tar.bz2
Merge topic 'xcode-inherited-params'
dfaf55fbfd Xcode: add extra '$(inherited)' entries using InheritBuildSettingAttribute. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6077
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 7a2343a..f753f77 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -4318,6 +4318,9 @@ bool cmGlobalXCodeGenerator::CreateXCodeObjects(
this->InheritBuildSettingAttribute(t, "SYSTEM_FRAMEWORK_SEARCH_PATHS");
this->InheritBuildSettingAttribute(t, "LIBRARY_SEARCH_PATHS");
this->InheritBuildSettingAttribute(t, "LD_RUNPATH_SEARCH_PATHS");
+ this->InheritBuildSettingAttribute(t, "GCC_PREPROCESSOR_DEFINITIONS");
+ this->InheritBuildSettingAttribute(t, "OTHER_CFLAGS");
+ this->InheritBuildSettingAttribute(t, "OTHER_LDFLAGS");
}
if (this->XcodeBuildSystem == BuildSystem::One) {