FileAPI: Populate information for IMPORTED_RUNTIME_ARTIFACTS

This commit is contained in:
Kyle Edwards
2021-05-28 14:20:51 -04:00
parent df7040a271
commit f7ba3a0589
5 changed files with 86 additions and 3 deletions
+5
View File
@@ -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.