vcpkg/docs/maintainers/vcpkg_copy_pdbs.md
martin-s c2b9c33adf Added parameter to vcpkg_copy_pdbs.cmake (#3688)
* - Added paths argument to locate pdbs.

* n/a

* - fixed line endings.

* [vcpkg-copy-pdbs] Tweak argument to replace patterns instead of adding patterns. Add slightly more detailed documentation.
2018-06-16 18:42:25 +02:00

826 B

vcpkg_copy_pdbs

Automatically locate pdbs in the build tree and copy them adjacent to all DLLs.

Usage

vcpkg_copy_pdbs([BUILD_PATHS <${CURRENT_PACKAGES_DIR}/bin/*.dll> ...])

Notes

This command should always be called by portfiles after they have finished rearranging the binary output.

Parameters

BUILD_PATHS

Path patterns passed to file(GLOB_RECURSE) for locating dlls.

Defaults to ${CURRENT_PACKAGES_DIR}/bin/*.dll and ${CURRENT_PACKAGES_DIR}/debug/bin/*.dll.

Examples

Source

scripts/cmake/vcpkg_copy_pdbs.cmake