blob: 088fa8361cef285388afe8e9960a5d65efd630f9 (
plain)
1
2
3
4
5
6
7
8
|
CMAKE_SOURCE_DIR
----------------
The path to the top level of the source tree.
This is the full path to the top level of the current CMake source
tree. For an in-source build, this would be the same as
CMAKE_BINARY_DIR.
|