mirror of
https://github.com/reactos/CMake.git
synced 2025-03-06 10:58:49 +00:00
9 lines
315 B
ReStructuredText
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.
|