From 660797c22cf866a0fc613e3ec4c5d59cf761edc8 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Sat, 26 Nov 2016 13:35:26 -0800 Subject: [clockutils] Call vcpkg_copy_pdbs() --- ports/clockutils/portfile.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ports/clockutils/portfile.cmake b/ports/clockutils/portfile.cmake index c40d73328..49ef3bf3f 100644 --- a/ports/clockutils/portfile.cmake +++ b/ports/clockutils/portfile.cmake @@ -31,4 +31,6 @@ vcpkg_install_cmake() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/clockUtils) -file(RENAME ${CURRENT_PACKAGES_DIR}/share/clockUtils/LICENSE ${CURRENT_PACKAGES_DIR}/share/clockUtils/copyright) \ No newline at end of file +file(RENAME ${CURRENT_PACKAGES_DIR}/share/clockUtils/LICENSE ${CURRENT_PACKAGES_DIR}/share/clockUtils/copyright) + +vcpkg_copy_pdbs() \ No newline at end of file -- cgit v1.2.3