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