From 5115e8b2b669f09419f895a1375df285b675e9e7 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 17 Dec 2020 11:53:21 -0500 Subject: Xcode: Generalize inheritance of project-level search paths Generalize the change from commit bffb17be3d (Xcode: Inherit target library and framework search paths from project, 2020-11-04, v3.19.0-rc3~4^2) to apply to framework and other kinds of search paths added either for include directories or for linking. Issue: #21617 --- Source/cmGlobalXCodeGenerator.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/cmGlobalXCodeGenerator.h') diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index 115fb61f38..14db1dc40d 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -188,6 +188,8 @@ private: void AppendBuildSettingAttribute(cmXCodeObject* target, const char* attr, cmXCodeObject* value, const std::string& configName); + void InheritBuildSettingAttribute(cmXCodeObject* target, + const char* attribute); cmXCodeObject* CreateUtilityTarget(cmGeneratorTarget* gtgt); void AddDependAndLinkInformation(cmXCodeObject* target); void AddEmbeddedFrameworks(cmXCodeObject* target); -- cgit v1.2.1