diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 5149d82..9edbd67 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -193,6 +193,7 @@ class cmake */ void AddCommand(cmCommand* ); void RenameCommand(const char* oldName, const char* newName); + void RemoveCommand(const char* name); /** * Get a command by its name |