summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-14 16:48:59 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-14 16:48:59 (GMT)
commit24a5c0a72e5a50637a285c1dd5427a6bb498ca06 (patch)
tree197a1d1b6ea27e0004445773afdd3f439a1b220a /Source/cmake.h
parenta95a4b000db076d7a7c1dff163508b1922344339 (diff)
downloadCMake-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.h1
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