From 41bc51b5e7d5ddbd7821bc04d155d6e4d2b2f2db Mon Sep 17 00:00:00 2001 From: Bert Huijben Date: Thu, 3 Nov 2016 17:01:49 +0100 Subject: Add vcpkg_copy_pdbs() line to copy PDB files properly --- ports/apr/portfile.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/apr/portfile.cmake b/ports/apr/portfile.cmake index ae505cc4e..98557284c 100644 --- a/ports/apr/portfile.cmake +++ b/ports/apr/portfile.cmake @@ -32,3 +32,5 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) # Handle copyright file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/apr) file(RENAME ${CURRENT_PACKAGES_DIR}/share/apr/LICENSE ${CURRENT_PACKAGES_DIR}/share/apr/copyright) + +vcpkg_copy_pdbs() -- cgit v1.2.3