mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
some white space fixes for the book
This commit is contained in:
@@ -62,7 +62,8 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
" add_library(<name> [STATIC | SHARED | MODULE] [EXCLUDE_FROM_ALL]\n"
|
||||
" add_library(<name> [STATIC | SHARED | MODULE]\n"
|
||||
" [EXCLUDE_FROM_ALL]\n"
|
||||
" source1 source2 ... sourceN)\n"
|
||||
"Adds a library target called <name> to be built from the "
|
||||
"source files listed in the command invocation. "
|
||||
|
||||
Reference in New Issue
Block a user