summaryrefslogtreecommitdiffstats
path: root/Source/cmAddTargetCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmAddTargetCommand.h')
-rw-r--r--Source/cmAddTargetCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmAddTargetCommand.h b/Source/cmAddTargetCommand.h
index 01653e6..fd0aeab 100644
--- a/Source/cmAddTargetCommand.h
+++ b/Source/cmAddTargetCommand.h
@@ -65,6 +65,8 @@ public:
return
"ADD_TARGET(Name \"command to run\")";
}
+
+ cmTypeMacro(cmAddTargetCommand, cmCommand);
};
#endif