mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
documentation change
This commit is contained in:
@@ -96,11 +96,11 @@ public:
|
||||
{
|
||||
return
|
||||
"LINK_LIBRARIES(library1 <debug | optimized> library2 ...)\n"
|
||||
"Specify a list of libraries to be linked into\n"
|
||||
"executables or shared objects. This command is passed\n"
|
||||
"down to all other commands. \n"
|
||||
"The debug and optimized strings may be used to indicate that\n"
|
||||
"the next library listed is to be used only for that specific\n"
|
||||
"Specify a list of libraries to be linked into "
|
||||
"executables or shared objects. 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 "
|
||||
"type of build";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user