diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-26 13:35:26 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-26 13:35:26 -0800 |
| commit | 660797c22cf866a0fc613e3ec4c5d59cf761edc8 (patch) | |
| tree | 049b93105b9a3e28c3dfad41d42b7c59efc11465 | |
| parent | e761b5ac0a74b8808810e853d12593e60d3fa642 (diff) | |
| download | vcpkg-660797c22cf866a0fc613e3ec4c5d59cf761edc8.tar.gz vcpkg-660797c22cf866a0fc613e3ec4c5d59cf761edc8.zip | |
[clockutils] Call vcpkg_copy_pdbs()
| -rw-r--r-- | ports/clockutils/portfile.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
