diff options
Diffstat (limited to 'Source/cmAddTargetCommand.h')
-rw-r--r-- | Source/cmAddTargetCommand.h | 2 |
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 |