documentation change
This commit is contained in:
parent
cdb3f325b5
commit
5579ee31d5
|
@ -96,11 +96,11 @@ public:
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
"LINK_LIBRARIES(library1 <debug | optimized> library2 ...)\n"
|
"LINK_LIBRARIES(library1 <debug | optimized> library2 ...)\n"
|
||||||
"Specify a list of libraries to be linked into\n"
|
"Specify a list of libraries to be linked into "
|
||||||
"executables or shared objects. This command is passed\n"
|
"executables or shared objects. This command is passed "
|
||||||
"down to all other commands. \n"
|
"down to all other commands. "
|
||||||
"The debug and optimized strings may be used to indicate that\n"
|
"The debug and optimized strings may be used to indicate that "
|
||||||
"the next library listed is to be used only for that specific\n"
|
"the next library listed is to be used only for that specific "
|
||||||
"type of build";
|
"type of build";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -88,8 +88,8 @@ public:
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
"SUBDIRS(dir1 dir2 ...)\n"
|
"SUBDIRS(dir1 dir2 ...)\n"
|
||||||
"Add a list of subdirectories to the build.\n"
|
"Add a list of subdirectories to the build. "
|
||||||
"This will cause any CMakeLists.txt files in the sub directories\n"
|
"This will cause any CMakeLists.txt files in the sub directories "
|
||||||
"to be processed by CMake.";
|
"to be processed by CMake.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue