diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-08 18:35:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-09-08 18:35:37 (GMT) |
commit | 93ee345b41594b3050d0ee88b17c9e93a6bd822d (patch) | |
tree | c661374168d2865b9d157238095098f8d44ee1d7 /Source/cmGlobalXCodeGenerator.h | |
parent | b72d77d929b247cf60059c6f1635d01ac31e70bc (diff) | |
download | CMake-93ee345b41594b3050d0ee88b17c9e93a6bd822d.zip CMake-93ee345b41594b3050d0ee88b17c9e93a6bd822d.tar.gz CMake-93ee345b41594b3050d0ee88b17c9e93a6bd822d.tar.bz2 |
BUG: fix xcode 15 (really bill Hoffman)
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 faceff1..20e4088 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -100,6 +100,8 @@ private: cmXCodeObject* buildPhases); void AddConfigurations(cmXCodeObject* target, cmTarget& cmtarget); + void AppendOrAddBuildSetting(cmXCodeObject* settings, const char* attr, + const char* value); void AppendBuildSettingAttribute(cmXCodeObject* target, const char* attr, const char* value); cmXCodeObject* CreateUtilityTarget(cmTarget& target); |