mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user