summaryrefslogtreecommitdiff
path: root/Source/cmTest.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-17 18:13:55 -0500
committerBrad King <brad.king@kitware.com>2008-01-17 18:13:55 -0500
commitcaca9b80652c7c36ed1e39e1faeec64e3397f632 (patch)
treeed463885ac3f417fdc6838367019615fafef4108 /Source/cmTest.h
parent9e8a1c639a92a1c2e37f0beefb62204930e7e61e (diff)
downloadcmake-caca9b80652c7c36ed1e39e1faeec64e3397f632.tar.gz
ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them.
Diffstat (limited to 'Source/cmTest.h')
-rw-r--r--Source/cmTest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTest.h b/Source/cmTest.h
index 9594a46eb7..d4945db88b 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; };