diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2021-05-28 18:20:51 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2021-05-31 13:02:45 (GMT) |
commit | f7ba3a05893279f6704db15358b08fd4ecb28814 (patch) | |
tree | 648dd424cac61cf2b76eb57d250410d7f4358fcf /Help/manual | |
parent | df7040a2718a0de2b074a6e55c5ce960d85d8d6f (diff) | |
download | CMake-f7ba3a05893279f6704db15358b08fd4ecb28814.zip CMake-f7ba3a05893279f6704db15358b08fd4ecb28814.tar.gz CMake-f7ba3a05893279f6704db15358b08fd4ecb28814.tar.bz2 |
FileAPI: Populate information for IMPORTED_RUNTIME_ARTIFACTS
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. |