Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 730 Bytes

vcpkg_copy_tool_dependencies.md

File metadata and controls

21 lines (15 loc) · 730 Bytes

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.

Examples

Source

scripts/cmake/vcpkg_copy_tool_dependencies.cmake