mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
9 lines
283 B
ReStructuredText
9 lines
283 B
ReStructuredText
<PROJECT-NAME>_BINARY_DIR
|
|
-------------------------
|
|
|
|
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.
|