diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index cf0d7bf..602f152 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -170,7 +170,10 @@ class cmake * Given a variable name, return its value (as a string). */ const char* GetCacheDefinition(const char*) const; - + ///! Add an entry into the cache + void AddCacheEntry(const char* key, const char* value, + const char* helpString, + int type); /** * Execute commands during the build process. Supports options such * as echo, remove file etc. |