From 1367dff3fadd4c69d3ffab50db92968294f91659 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 4 Dec 2002 10:25:06 -0500 Subject: [PATCH] updated comment --- Source/cmLinkLibrariesCommand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmLinkLibrariesCommand.h b/Source/cmLinkLibrariesCommand.h index a2a3102b8..729851b70 100644 --- a/Source/cmLinkLibrariesCommand.h +++ b/Source/cmLinkLibrariesCommand.h @@ -73,7 +73,8 @@ public: return "LINK_LIBRARIES(library1 library2 ...)\n" "Specify a list of libraries to be linked into " - "executables or shared objects. This command is passed " + "any following targets (typically added with the ADD_EXECUTABLE " + "or ADD_LIBRARY calls). This command is passed " "down to all other commands. " "The debug and optimized strings may be used to indicate that " "the next library listed is to be used only for that specific "