ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES.

This commit is contained in:
Brad King
2004-03-25 08:45:46 -05:00
parent 39bf5916e1
commit a109ba1365
2 changed files with 5 additions and 3 deletions

View File

@@ -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";