summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2021-05-26 17:30:32 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2021-05-31 13:02:45 (GMT)
commitdf7040a2718a0de2b074a6e55c5ce960d85d8d6f (patch)
tree09d73aac24b53ef435735307fb125c9fad68e68c /Help/release
parent60e752ced8e9b604591082ee3b21d545fafa8ad8 (diff)
downloadCMake-df7040a2718a0de2b074a6e55c5ce960d85d8d6f.zip
CMake-df7040a2718a0de2b074a6e55c5ce960d85d8d6f.tar.gz
CMake-df7040a2718a0de2b074a6e55c5ce960d85d8d6f.tar.bz2
install(): Add IMPORTED_RUNTIME_ARTIFACTS mode
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/install-imported-runtime-artifacts.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/install-imported-runtime-artifacts.rst b/Help/release/dev/install-imported-runtime-artifacts.rst
new file mode 100644
index 0000000..e2821c1
--- /dev/null
+++ b/Help/release/dev/install-imported-runtime-artifacts.rst
@@ -0,0 +1,5 @@
+install-imported-runtime-artifacts
+----------------------------------
+
+* The :command:`install` command gained a new ``IMPORTED_RUNTIME_ARTIFACTS``
+ mode, which can be used to install the runtime artifacts of imported targets.