mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:48:59 +08:00
730 B
730 B
vcpkg_copy_tool_dependencies
Copy all DLL dependencies of built tools into the tool folder.
Usage
vcpkg_copy_tool_dependencies(<${CURRENT_PACKAGES_DIR}/tools/${PORT}>)
Parameters
The path to the directory containing the tools.
Notes
This command should always be called by portfiles after they have finished rearranging the binary output, if they have any tools.