mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses.
This commit is contained in:
@@ -54,6 +54,8 @@ public:
|
||||
return
|
||||
"ABSTRACT_FILES(file1 file2 ..)";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmAbstractFilesCommand, cmCommand);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user