mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 04:10:05 -06:00
Add SOURCE_DIR and BINARY_DIR directory properties that return the absolute paths to the corresponding directories. These correspond to the target properties of the same names that we already have.
6 lines
124 B
ReStructuredText
6 lines
124 B
ReStructuredText
SOURCE_DIR
|
|
----------
|
|
|
|
This read-only directory property reports absolute path to the source
|
|
directory on which it is read.
|