mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
9 lines
315 B
ReStructuredText
9 lines
315 B
ReStructuredText
<PROJECT-NAME>_SOURCE_DIR
|
|
-------------------------
|
|
|
|
Top level source directory for the named project.
|
|
|
|
A variable is created with the name used in the :command:`project` command,
|
|
and is the source directory for the project. This can be useful when
|
|
:command:`add_subdirectory` is used to connect several projects.
|