diff options
Diffstat (limited to 'Source/cmExecutablesCommand.h')
-rw-r--r-- | Source/cmExecutablesCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmExecutablesCommand.h b/Source/cmExecutablesCommand.h index c420a87..48b013f 100644 --- a/Source/cmExecutablesCommand.h +++ b/Source/cmExecutablesCommand.h @@ -63,6 +63,8 @@ public: return "EXECUTABLES(file1 file2 ...)"; } + + cmTypeMacro(cmExecutablesCommand, cmCommand); }; |