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

@@ -63,7 +63,8 @@ public:
virtual const char* GetFullDocumentation()
{
return
" add_executable(<name> [WIN32] [MACOSX_BUNDLE] [EXCLUDE_FROM_ALL]\n"
" add_executable(<name> [WIN32] [MACOSX_BUNDLE]\n"
" [EXCLUDE_FROM_ALL]\n"
" source1 source2 ... sourceN)\n"
"Adds an executable target called <name> to be built from the "
"source files listed in the command invocation. "