Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Automatically locate pdbs in the build tree and copy them adjacent to all DLLs.
Usage
vcpkg_copy_pdbs(
[BUILD_PATHS <glob>...])
Parameters
BUILD_PATHS
Patterns which will be passed to file(GLOB_RECURSE), for locating DLLs.
Defaults to:
${CURRENT_PACKAGES_DIR}/bin/*.dll${CURRENT_PACKAGES_DIR}/debug/bin/*.dll
Notes
This command should be called by all portfiles after they have finished rearranging the binary output.
Examples
Source
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.