diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 8439ee1..d1b48e6 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -187,6 +187,7 @@ public: ///! Set/Get a property of this target file void SetProperty(const char *prop, const char *value); + void AppendProperty(const char* prop, const char* value); const char *GetProperty(const char *prop); const char *GetProperty(const char *prop, cmProperty::ScopeType scope); bool GetPropertyAsBool(const char *prop); |