diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2021-05-19 19:19:38 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2021-06-04 19:25:18 (GMT) |
commit | 72f2448e82d8b3e90fa733cb6c631298083ae06b (patch) | |
tree | 5f3d188fdc18258fafc2dfec485ce1d8dbce33c1 /Help/release | |
parent | 0c3c6acaff7e59712bdfc6ef66292ccebe8c5bcb (diff) | |
download | CMake-72f2448e82d8b3e90fa733cb6c631298083ae06b.zip CMake-72f2448e82d8b3e90fa733cb6c631298083ae06b.tar.gz CMake-72f2448e82d8b3e90fa733cb6c631298083ae06b.tar.bz2 |
Help: Add documentation for runtime dependency installation
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/install-runtime-dependencies.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/install-runtime-dependencies.rst b/Help/release/dev/install-runtime-dependencies.rst new file mode 100644 index 0000000..58c92e6 --- /dev/null +++ b/Help/release/dev/install-runtime-dependencies.rst @@ -0,0 +1,9 @@ +install-runtime-dependencies +---------------------------- + +* The :command:`install(TARGETS)` command gained new ``RUNTIME_DEPENDENCIES`` + and ``RUNTIME_DEPENDENCY_SET`` arguments, which can be used to install + runtime dependencies using :command:`file(GET_RUNTIME_DEPENDENCIES)`. +* The :command:`install` command gained a new ``RUNTIME_DEPENDENCY_SET`` mode, + which can be used to install runtime dependencies using + :command:`file(GET_RUNTIME_DEPENDENCIES)`. |