ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses.

This commit is contained in:
Brad King
2001-02-26 12:07:53 -05:00
parent d31ce24413
commit 463e466be3
21 changed files with 77 additions and 0 deletions
+2
View File
@@ -75,6 +75,8 @@ public:
"UNIX_DEFINES(-DFOO -DBAR)\n"
"Add -D flags to the command line for Unix only.";
}
cmTypeMacro(cmUnixDefinesCommand, cmCommand);
};