https://github.com/Kitware/CMake
Raw File
Tip revision: f43a7d76c737c5bb9b903a2b1be5186c081ec21e authored by Brad King on 26 July 2019, 11:50:55 UTC
CMake 3.15.1
Tip revision: f43a7d7
PROJECT-NAME_SOURCE_DIR.rst
<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.
back to top