diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-14 16:48:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-14 16:48:59 (GMT) |
commit | 24a5c0a72e5a50637a285c1dd5427a6bb498ca06 (patch) | |
tree | 197a1d1b6ea27e0004445773afdd3f439a1b220a /Source/cmake.h | |
parent | a95a4b000db076d7a7c1dff163508b1922344339 (diff) | |
download | CMake-24a5c0a72e5a50637a285c1dd5427a6bb498ca06.zip CMake-24a5c0a72e5a50637a285c1dd5427a6bb498ca06.tar.gz CMake-24a5c0a72e5a50637a285c1dd5427a6bb498ca06.tar.bz2 |
ENH: Save command that macro overwrites
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 6d1c5f6..f83f393 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -192,6 +192,7 @@ class cmake * Add a command to this cmake instance */ void AddCommand(cmCommand* ); + void RenameCommand(const char* oldName, const char* newName); /** * Get a command by its name |