summaryrefslogtreecommitdiffstats
path: root/Source/cmPropertyMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmPropertyMap.h')
-rw-r--r--Source/cmPropertyMap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmPropertyMap.h b/Source/cmPropertyMap.h
index 11d35d6..b058a82 100644
--- a/Source/cmPropertyMap.h
+++ b/Source/cmPropertyMap.h
@@ -29,6 +29,9 @@ public:
void SetProperty(const char *name, const char *value,
cmProperty::ScopeType scope);
+ void AppendProperty(const char* name, const char* value,
+ cmProperty::ScopeType scope);
+
const char *GetPropertyValue(const char *name,
cmProperty::ScopeType scope,
bool &chain) const;