diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index ae5704c..c14a4e3 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -200,6 +200,12 @@ public: void AddCacheDefinition(const char* name, bool, const char* doc); /** + * Remove a variable definition from the build. This is not valid + * for cache entries, and will only affect the current makefile. + */ + void RemoveDefinition(const char* name); + + /** * Specify the name of the project for this build. */ void SetProjectName(const char*); |