From 23e1fa80ae3604fc77924e21c0258ed6dc02d9b7 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Sat, 22 Oct 2016 20:35:20 -0700 Subject: [libccd] copy_pdbs() --- ports/libccd/portfile.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ports/libccd/portfile.cmake b/ports/libccd/portfile.cmake index 77ac87f04..34a7e31d6 100644 --- a/ports/libccd/portfile.cmake +++ b/ports/libccd/portfile.cmake @@ -25,6 +25,10 @@ vcpkg_configure_cmake( vcpkg_install_cmake() +if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) + vcpkg_copy_pdbs() +endif() + # Avoid a copy of file in debug file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) -- cgit v1.2.3