diff options
Diffstat (limited to 'Source/cmAbstractFilesCommand.h')
-rw-r--r-- | Source/cmAbstractFilesCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmAbstractFilesCommand.h b/Source/cmAbstractFilesCommand.h index 6e7f73e..a40cce8 100644 --- a/Source/cmAbstractFilesCommand.h +++ b/Source/cmAbstractFilesCommand.h @@ -54,6 +54,8 @@ public: return "ABSTRACT_FILES(file1 file2 ..)"; } + + cmTypeMacro(cmAbstractFilesCommand, cmCommand); }; |