diff options
author | Brad King <brad.king@kitware.com> | 2001-02-26 12:07:53 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-02-26 12:07:53 -0500 |
commit | 463e466be3efaada0c64beb120b98432e643e480 (patch) | |
tree | 46d1c660e37b4617bdab432c2abbea5fb699509f /Source/cmLinkDirectoriesCommand.h | |
parent | d31ce244136205bc006967090ddd4d6fdde5b3cb (diff) | |
download | cmake-463e466be3efaada0c64beb120b98432e643e480.tar.gz |
ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses.
Diffstat (limited to 'Source/cmLinkDirectoriesCommand.h')
-rw-r--r-- | Source/cmLinkDirectoriesCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLinkDirectoriesCommand.h b/Source/cmLinkDirectoriesCommand.h index 783c8802f1..36a6ad8eee 100644 --- a/Source/cmLinkDirectoriesCommand.h +++ b/Source/cmLinkDirectoriesCommand.h @@ -74,6 +74,8 @@ public: "The directories can use built in definitions like \n" "CMAKE_BINARY_DIR and CMAKE_SOURCE_DIR."; } + + cmTypeMacro(cmLinkDirectoriesCommand, cmCommand); }; |