summaryrefslogtreecommitdiff
path: root/Source/cmUnixDefinesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmUnixDefinesCommand.h')
-rw-r--r--Source/cmUnixDefinesCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmUnixDefinesCommand.h b/Source/cmUnixDefinesCommand.h
index f912ff4dad..595792c8bf 100644
--- a/Source/cmUnixDefinesCommand.h
+++ b/Source/cmUnixDefinesCommand.h
@@ -75,6 +75,8 @@ public:
"UNIX_DEFINES(-DFOO -DBAR)\n"
"Add -D flags to the command line for Unix only.";
}
+
+ cmTypeMacro(cmUnixDefinesCommand, cmCommand);
};