CMake/Help/variable/PROJECT-NAME_BINARY_DIR.rst
Brad King 00007dcc36 Help: Format project command and variable documentation
Also add document for CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE variable.
2014-01-29 09:15:20 -05:00

9 lines
315 B
ReStructuredText

<PROJECT-NAME>_BINARY_DIR
-------------------------
Top level binary directory for the named project.
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.