diff options
author | Clifford Yapp <cliffyapp@gmail.com> | 2015-07-21 15:57:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-21 18:19:35 (GMT) |
commit | 45c5f8cad2f95ccfada50e1b65e56918f3c6c5c4 (patch) | |
tree | 8fbe532a2e45676c346f9c16a8500bede7c413fa /Help/release/dev | |
parent | 265b9db7c2c865c5aad821bf9a377ea84dfe431e (diff) | |
download | CMake-45c5f8cad2f95ccfada50e1b65e56918f3c6c5c4.zip CMake-45c5f8cad2f95ccfada50e1b65e56918f3c6c5c4.tar.gz CMake-45c5f8cad2f95ccfada50e1b65e56918f3c6c5c4.tar.bz2 |
Add SOURCE_DIR and BINARY_DIR target properties
This will allow project code to recover the directory information about
where a target was created.
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/target-directory-properties.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/target-directory-properties.rst b/Help/release/dev/target-directory-properties.rst new file mode 100644 index 0000000..5ab2938 --- /dev/null +++ b/Help/release/dev/target-directory-properties.rst @@ -0,0 +1,5 @@ +target-directory-properties +--------------------------- + +* The :prop_tgt:`SOURCE_DIR` and :prop_tgt:`BINARY_DIR` target properties + were introduced to allow project code to query where a target is defined. |