summaryrefslogtreecommitdiffstats
path: root/Source/cmAbstractFilesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmAbstractFilesCommand.h')
-rw-r--r--Source/cmAbstractFilesCommand.h2
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);
};