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/prop_tgt/BINARY_DIR.rst | |
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/prop_tgt/BINARY_DIR.rst')
-rw-r--r-- | Help/prop_tgt/BINARY_DIR.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/prop_tgt/BINARY_DIR.rst b/Help/prop_tgt/BINARY_DIR.rst new file mode 100644 index 0000000..246f7e6 --- /dev/null +++ b/Help/prop_tgt/BINARY_DIR.rst @@ -0,0 +1,6 @@ +BINARY_DIR +---------- + +This read-only property reports the value of the +:variable:`CMAKE_CURRENT_BINARY_DIR` variable in the directory in which +the target was defined. |