diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-16 18:05:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-16 18:05:22 (GMT) |
commit | 4c658a5bc5c5e763df54a9a23f41d2cc71345345 (patch) | |
tree | cf493f504549c28fac5deb7cb93d259dd9c41095 /Source/cmConfigureFileCommand.h | |
parent | bb6203f9708fc107f73d5dbaa1ff014cb6eb13dd (diff) | |
download | CMake-4c658a5bc5c5e763df54a9a23f41d2cc71345345.zip CMake-4c658a5bc5c5e763df54a9a23f41d2cc71345345.tar.gz CMake-4c658a5bc5c5e763df54a9a23f41d2cc71345345.tar.bz2 |
ENH: Add classname to commands
Diffstat (limited to 'Source/cmConfigureFileCommand.h')
-rw-r--r-- | Source/cmConfigureFileCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmConfigureFileCommand.h b/Source/cmConfigureFileCommand.h index f857c86..ce8fda2 100644 --- a/Source/cmConfigureFileCommand.h +++ b/Source/cmConfigureFileCommand.h @@ -22,6 +22,8 @@ class cmConfigureFileCommand : public cmCommand { public: + cmTypeMacro(cmConfigureFileCommand, cmCommand); + virtual cmCommand* Clone() { return new cmConfigureFileCommand; |