diff options
author | Brad King <brad.king@kitware.com> | 2004-03-25 13:45:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-03-25 13:45:46 (GMT) |
commit | a109ba1365e608d11200470e4d3ee4b1fa24caed (patch) | |
tree | a31aa1c4d8bcfaa215f2ffa4261125bba7cc2930 /Source/cmTargetLinkLibrariesCommand.h | |
parent | 39bf5916e124ad9ef78115cf5acf43e5335e465c (diff) | |
download | CMake-a109ba1365e608d11200470e4d3ee4b1fa24caed.zip CMake-a109ba1365e608d11200470e4d3ee4b1fa24caed.tar.gz CMake-a109ba1365e608d11200470e4d3ee4b1fa24caed.tar.bz2 |
ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES.
Diffstat (limited to 'Source/cmTargetLinkLibrariesCommand.h')
-rw-r--r-- | Source/cmTargetLinkLibrariesCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTargetLinkLibrariesCommand.h b/Source/cmTargetLinkLibrariesCommand.h index af08897..52d744a 100644 --- a/Source/cmTargetLinkLibrariesCommand.h +++ b/Source/cmTargetLinkLibrariesCommand.h @@ -71,7 +71,7 @@ public: " TARGET_LINK_LIBRARIES(target library1\n" " <debug | optimized> library2\n" " ...)\n" - "Specify a list of libraries to be linked into the specified target " + "Specify a list of libraries to be linked into the specified target. " "The debug and optimized strings may be used to indicate that " "the next library listed is to be used only for that specific " "type of build"; |