summaryrefslogtreecommitdiffstats
path: root/Source/cmWin32LibrariesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmWin32LibrariesCommand.h')
-rw-r--r--Source/cmWin32LibrariesCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmWin32LibrariesCommand.h b/Source/cmWin32LibrariesCommand.h
index 61d7b18..02885af 100644
--- a/Source/cmWin32LibrariesCommand.h
+++ b/Source/cmWin32LibrariesCommand.h
@@ -74,6 +74,8 @@ public:
return
"WIN32_LIBRARIES(library -lm ...)";
}
+
+ cmTypeMacro(cmWin32LibrariesCommand, cmCommand);
};