summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-12-04 15:25:06 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-12-04 15:25:06 (GMT)
commit1367dff3fadd4c69d3ffab50db92968294f91659 (patch)
treec3f4dc1101d28684fdf67c87d22bd014db33ae88
parente2d1104881a8f1d303d48236df76ec39bc0db93f (diff)
downloadCMake-1367dff3fadd4c69d3ffab50db92968294f91659.zip
CMake-1367dff3fadd4c69d3ffab50db92968294f91659.tar.gz
CMake-1367dff3fadd4c69d3ffab50db92968294f91659.tar.bz2
updated comment
-rw-r--r--Source/cmLinkLibrariesCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLinkLibrariesCommand.h b/Source/cmLinkLibrariesCommand.h
index a2a3102..729851b 100644
--- a/Source/cmLinkLibrariesCommand.h
+++ b/Source/cmLinkLibrariesCommand.h
@@ -73,7 +73,8 @@ public:
return
"LINK_LIBRARIES(library1 <debug | optimized> 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 "