diff options
Diffstat (limited to 'Source/cmProperty.h')
-rw-r--r-- | Source/cmProperty.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmProperty.h b/Source/cmProperty.h index 451bb94..fc8e277 100644 --- a/Source/cmProperty.h +++ b/Source/cmProperty.h @@ -22,7 +22,8 @@ class cmProperty { public: - enum ScopeType { TARGET, SOURCE_FILE, DIRECTORY, GLOBAL, TEST }; + enum ScopeType { TARGET, SOURCE_FILE, DIRECTORY, GLOBAL, + TEST, VARIABLE, CACHED_VARIABLE }; // set this property void Set(const char *name, const char *value); |