summaryrefslogtreecommitdiffstats
path: root/Source/cmLibraryCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLibraryCommand.h')
-rw-r--r--Source/cmLibraryCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLibraryCommand.h b/Source/cmLibraryCommand.h
index 74957cb..0abb2dd 100644
--- a/Source/cmLibraryCommand.h
+++ b/Source/cmLibraryCommand.h
@@ -64,6 +64,8 @@ public:
return
"LIBRARY(libraryname)";
}
+
+ cmTypeMacro(cmLibraryCommand, cmCommand);
};