diff options
author | Brad King <brad.king@kitware.com> | 2016-09-19 17:47:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-19 18:00:50 (GMT) |
commit | d0be1e15c383f17502d0f47a36d16ba3571b0b79 (patch) | |
tree | b4355818f7516e5cc63ceefda6108cd7c22c6e53 /Help/manual/cmake-properties.7.rst | |
parent | cbca65826c2bf49ba8c99efe8fa315d2942c4836 (diff) | |
download | CMake-d0be1e15c383f17502d0f47a36d16ba3571b0b79.zip CMake-d0be1e15c383f17502d0f47a36d16ba3571b0b79.tar.gz CMake-d0be1e15c383f17502d0f47a36d16ba3571b0b79.tar.bz2 |
Add directory properties to get source and binary directories
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.
Diffstat (limited to 'Help/manual/cmake-properties.7.rst')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index b15ca9a..2cb6a1a 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -54,6 +54,7 @@ Properties on Directories :maxdepth: 1 /prop_dir/ADDITIONAL_MAKE_CLEAN_FILES + /prop_dir/BINARY_DIR /prop_dir/BUILDSYSTEM_TARGETS /prop_dir/CACHE_VARIABLES /prop_dir/CLEAN_NO_CUSTOM @@ -74,6 +75,7 @@ Properties on Directories /prop_dir/RULE_LAUNCH_COMPILE /prop_dir/RULE_LAUNCH_CUSTOM /prop_dir/RULE_LAUNCH_LINK + /prop_dir/SOURCE_DIR /prop_dir/SUBDIRECTORIES /prop_dir/TEST_INCLUDE_FILE /prop_dir/VARIABLES |