diff options
author | Brad King <brad.king@kitware.com> | 2017-10-25 12:16:57 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-10-25 12:17:03 (GMT) |
commit | cec4b86f0a271fa9ad67f9c2e779a0f27d74e563 (patch) | |
tree | 8069272d0c96d9eaa7cb2025b5993f2ba3de8df0 /Help/manual | |
parent | 74705612781013f7bb07139cf96be9b58880338b (diff) | |
parent | 296eb9ad4c36379c58e2a4461e765de329d23b5d (diff) | |
download | CMake-cec4b86f0a271fa9ad67f9c2e779a0f27d74e563.zip CMake-cec4b86f0a271fa9ad67f9c2e779a0f27d74e563.tar.gz CMake-cec4b86f0a271fa9ad67f9c2e779a0f27d74e563.tar.bz2 |
Merge topic 'server-codemodel-install-dest'
296eb9ad cmake-server: Add target install destinations to codemodel
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1382
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-server.7.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/manual/cmake-server.7.rst b/Help/manual/cmake-server.7.rst index c56e5a7..389a6d5 100644 --- a/Help/manual/cmake-server.7.rst +++ b/Help/manual/cmake-server.7.rst @@ -458,6 +458,8 @@ Each project object can have the following keys: "name" contains the (sub-)projects name. +"hasInstallRule" + true if the project contains any install rules, false otherwise. "sourceDirectory" contains the current source directory "buildDirectory" @@ -481,6 +483,10 @@ Each target object can have the following keys: contains the current source directory. "buildDirectory" contains the current build directory. +"hasInstallRule" + true if the target contains any install rules, false otherwise. +"installPaths" + full path to the destination directories defined by target install rules. "artifacts" with a list of build artifacts. The list is sorted with the most important artifacts first (e.g. a .DLL file is listed before a |