Copy tools and all their DLL dependencies into the tools
folder.
vcpkg_copy_tools(
TOOL_NAMES <tool1>...
[SEARCH_DIR <${CURRENT_PACKAGES_DIR}/bin>]
[AUTO_CLEAN]
)
A list of tool filenames without extension.
The path to the directory containing the tools. This will be set to ${CURRENT_PACKAGES_DIR}/bin
if ommited.
Auto clean executables in ${CURRENT_PACKAGES_DIR}/bin
and ${CURRENT_PACKAGES_DIR}/debug/bin
.