diff options
Diffstat (limited to 'Source/cmLinkLibrariesCommand.h')
-rw-r--r-- | Source/cmLinkLibrariesCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLinkLibrariesCommand.h b/Source/cmLinkLibrariesCommand.h index 31e9310..5f01d52 100644 --- a/Source/cmLinkLibrariesCommand.h +++ b/Source/cmLinkLibrariesCommand.h @@ -76,6 +76,8 @@ public: "down to all other commands. The library name should be\n" "the same as the name used in the LIBRARY(library) command."; } + + cmTypeMacro(cmLinkLibrariesCommand, cmCommand); }; |