diff options
author | Brad King <brad.king@kitware.com> | 2020-12-17 11:53:21 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-12-22 08:56:26 -0500 |
commit | 5115e8b2b669f09419f895a1375df285b675e9e7 (patch) | |
tree | 34bada11111fc504e212698df392816b8b71d3a7 /Source/cmGlobalXCodeGenerator.h | |
parent | 6b6230b23b290694aad4c05d7a32fd8241f93ca5 (diff) | |
download | cmake-5115e8b2b669f09419f895a1375df285b675e9e7.tar.gz |
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
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |