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