ENH: add advanced variable types and command line wizard gui

This commit is contained in:
Bill Hoffman
2001-11-26 18:28:27 -05:00
parent 3e24edcd04
commit eecf4b9cbf
17 changed files with 488 additions and 15 deletions
+3
View File
@@ -99,6 +99,8 @@ public:
///! Get a cache entry object for a key
CacheEntry *GetCacheEntry(const char *key);
bool IsAdvanced(const char* key);
///! Remove an entry from the cache
void RemoveCacheEntry(const char* key);
@@ -128,6 +130,7 @@ private:
// the commands should never use the cmCacheManager directly
friend class cmMakefile; // allow access to add cache values
friend class cmake; // allow access to add cache values
friend class cmakewizard; // allow access to add cache values
};
#endif