mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 18:19:11 -06:00
8 lines
316 B
ReStructuredText
8 lines
316 B
ReStructuredText
get-runtime-dependencies
|
|
------------------------
|
|
|
|
* The :command:`file` command learned a new sub-command,
|
|
``GET_RUNTIME_DEPENDENCIES``, which allows you to recursively get the list of
|
|
libraries linked by an executable or library. This sub-command is intended as
|
|
a replacement for :module:`GetPrerequisites`.
|