diff options
author | Brad King <brad.king@kitware.com> | 2016-09-20 12:41:01 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-09-20 12:41:01 (GMT) |
commit | 6b8812c27e6df1d10fa4bfc30cb3eadd08d7966b (patch) | |
tree | 6754e589fede866991a21c94b896a50e9c156e54 /Help/prop_dir/SOURCE_DIR.rst | |
parent | 5c1ebec8430fe755f9ef2b0ba3316f424113ecbf (diff) | |
parent | d0be1e15c383f17502d0f47a36d16ba3571b0b79 (diff) | |
download | CMake-6b8812c27e6df1d10fa4bfc30cb3eadd08d7966b.zip CMake-6b8812c27e6df1d10fa4bfc30cb3eadd08d7966b.tar.gz CMake-6b8812c27e6df1d10fa4bfc30cb3eadd08d7966b.tar.bz2 |
Merge topic 'directory-list-targets-and-subdirs'
d0be1e15 Add directory properties to get source and binary directories
cbca6582 Add directory property to list buildsystem targets
7a4b8d0d Add a directory property to list subdirectories
089868a2 cmState: Record buildsystem target names in each directory
Diffstat (limited to 'Help/prop_dir/SOURCE_DIR.rst')
-rw-r--r-- | Help/prop_dir/SOURCE_DIR.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/prop_dir/SOURCE_DIR.rst b/Help/prop_dir/SOURCE_DIR.rst new file mode 100644 index 0000000..ac98c3b --- /dev/null +++ b/Help/prop_dir/SOURCE_DIR.rst @@ -0,0 +1,5 @@ +SOURCE_DIR +---------- + +This read-only directory property reports absolute path to the source +directory on which it is read. |