diff options
author | Brad King <brad.king@kitware.com> | 2021-06-01 12:42:08 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-06-01 12:42:16 (GMT) |
commit | 02957bb58906bcb769410b6d4938dbdbfcacb78f (patch) | |
tree | 4d82f0744daedfb77cc13952663bc3aefed907da /Help/manual | |
parent | 5eb2aa1f57e99f30be5ea145ce9af5fd9652392f (diff) | |
parent | f7ba3a05893279f6704db15358b08fd4ecb28814 (diff) | |
download | CMake-02957bb58906bcb769410b6d4938dbdbfcacb78f.zip CMake-02957bb58906bcb769410b6d4938dbdbfcacb78f.tar.gz CMake-02957bb58906bcb769410b6d4938dbdbfcacb78f.tar.bz2 |
Merge topic 'install-imported-runtime-artifacts'
f7ba3a0589 FileAPI: Populate information for IMPORTED_RUNTIME_ARTIFACTS
df7040a271 install(): Add IMPORTED_RUNTIME_ARTIFACTS mode
60e752ced8 Refactor: Move common methods into cmInstallGenerator
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6162
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-file-api.7.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/cmake-file-api.7.rst b/Help/manual/cmake-file-api.7.rst index 0e530bc..e7d78c3 100644 --- a/Help/manual/cmake-file-api.7.rst +++ b/Help/manual/cmake-file-api.7.rst @@ -747,6 +747,11 @@ with members: An :command:`install(CODE)` call. This type has no additional members. + ``importedRuntimeArtifacts`` + An :command:`install(IMPORTED_RUNTIME_ARTIFACTS)` call. + The ``destination`` member is populated. The ``isOptional`` member may + exist. This type has no additional members. + ``isExcludeFromAll`` Optional member that is present with boolean value ``true`` when :command:`install` is called with the ``EXCLUDE_FROM_ALL`` option. |