Automatically locate pdbs in the build tree and copy them adjacent to all DLLs.
vcpkg_copy_pdbs([BUILD_PATHS <${CURRENT_PACKAGES_DIR}/bin/*.dll> ...])
This command should always be called by portfiles after they have finished rearranging the binary output.
Path patterns passed to file(GLOB_RECURSE)
for locating dlls.
Defaults to ${CURRENT_PACKAGES_DIR}/bin/*.dll
and ${CURRENT_PACKAGES_DIR}/debug/bin/*.dll
.