Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 893 Bytes

vcpkg_copy_tool_dependencies.md

File metadata and controls

23 lines (16 loc) · 893 Bytes

vcpkg_copy_tool_dependencies

The latest version of this document lives in the vcpkg repo.

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.

Examples

Source

scripts/cmake/vcpkg_copy_tool_dependencies.cmake