some white space fixes for the book

This commit is contained in:
Ken Martin
2009-09-03 15:29:29 -04:00
parent 5624be360e
commit f686dbecb6
13 changed files with 29 additions and 23 deletions

View File

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