diff options
Diffstat (limited to 'Source/cmProperty.h')
-rw-r--r-- | Source/cmProperty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmProperty.h b/Source/cmProperty.h index 7d238b6..39f8920 100644 --- a/Source/cmProperty.h +++ b/Source/cmProperty.h @@ -22,7 +22,7 @@ class cmProperty { public: - enum ScopeType { TARGET, SOURCE_FILE, DIRECTORY, GLOBAL, + enum ScopeType { TARGET, SOURCE_FILE, DIRECTORY, GLOBAL, CACHE, TEST, VARIABLE, CACHED_VARIABLE }; // set this property |