ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them.

This commit is contained in:
Brad King
2008-01-17 18:13:55 -05:00
parent 9e8a1c639a
commit caca9b8065
16 changed files with 138 additions and 64 deletions
-3
View File
@@ -93,9 +93,6 @@ private:
std::string PropertyValue;
bool AppendMode;
// Implementation of value construction.
bool ConstructValue(std::string& value, const char* old);
// Implementation of each property type.
bool HandleGlobalMode();
bool HandleDirectoryMode();