diff options
Diffstat (limited to 'Source/cmTest.h')
-rw-r--r-- | Source/cmTest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTest.h b/Source/cmTest.h index 9594a46..d4945db 100644 --- a/Source/cmTest.h +++ b/Source/cmTest.h @@ -52,6 +52,7 @@ public: ///! Set/Get a property of this source file void SetProperty(const char *prop, const char *value); + void AppendProperty(const char* prop, const char* value); const char *GetProperty(const char *prop) const; bool GetPropertyAsBool(const char *prop) const; cmPropertyMap &GetProperties() { return this->Properties; }; |