diff options
author | Brad King <brad.king@kitware.com> | 2014-01-29 14:00:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-01-29 14:15:20 (GMT) |
commit | 00007dcc365797f71ebba2c7d31ab20abc4019e6 (patch) | |
tree | 8dd5724d61942b98273995977506d81aafc48962 /Help/variable/PROJECT-NAME_BINARY_DIR.rst | |
parent | 8157f58d024547aef221259b65ce2c502ee514d4 (diff) | |
download | CMake-00007dcc365797f71ebba2c7d31ab20abc4019e6.zip CMake-00007dcc365797f71ebba2c7d31ab20abc4019e6.tar.gz CMake-00007dcc365797f71ebba2c7d31ab20abc4019e6.tar.bz2 |
Help: Format project command and variable documentation
Also add document for CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE variable.
Diffstat (limited to 'Help/variable/PROJECT-NAME_BINARY_DIR.rst')
-rw-r--r-- | Help/variable/PROJECT-NAME_BINARY_DIR.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/variable/PROJECT-NAME_BINARY_DIR.rst b/Help/variable/PROJECT-NAME_BINARY_DIR.rst index a19940f..49bc558 100644 --- a/Help/variable/PROJECT-NAME_BINARY_DIR.rst +++ b/Help/variable/PROJECT-NAME_BINARY_DIR.rst @@ -3,6 +3,6 @@ Top level binary directory for the named project. -A variable is created with the name used in the PROJECT command, and -is the binary directory for the project. This can be useful when -SUBDIR is used to connect several projects. +A variable is created with the name used in the :command:`project` command, +and is the binary directory for the project. This can be useful when +:command:`add_subdirectory` is used to connect several projects. |