diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 3fa9951..989cd15 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -713,6 +713,7 @@ public: ///! Set/Get a property of this directory void SetProperty(const char *prop, const char *value); + void AppendProperty(const char *prop, const char *value); const char *GetProperty(const char *prop); const char *GetPropertyOrDefinition(const char *prop); const char *GetProperty(const char *prop, cmProperty::ScopeType scope); |