mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
some white space fixes for the book
This commit is contained in:
@@ -65,7 +65,8 @@ public:
|
||||
return
|
||||
"Add a list of subdirectories to the build.\n"
|
||||
" subdirs(dir1 dir2 ..."
|
||||
"[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...] [PREORDER] )\n"
|
||||
"[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...]\n
|
||||
" [PREORDER] )\n"
|
||||
"Add a list of subdirectories to the build. The add_subdirectory "
|
||||
"command should be used instead of subdirs although subdirs will "
|
||||
"still work. "
|
||||
|
||||
Reference in New Issue
Block a user