mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
some white space fixes for the book
This commit is contained in:
@@ -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. "
|
||||
|
||||
Reference in New Issue
Block a user