diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/libheif/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/libheif/vcpkg.json | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ports/libheif/portfile.cmake b/ports/libheif/portfile.cmake index ec334dd48..a47c59b49 100644 --- a/ports/libheif/portfile.cmake +++ b/ports/libheif/portfile.cmake @@ -14,7 +14,10 @@ vcpkg_configure_cmake( -DWITH_EXAMPLES=OFF ) vcpkg_install_cmake() +vcpkg_copy_pdbs() + vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/libheif/) + file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") -file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) +file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/libheif/vcpkg.json b/ports/libheif/vcpkg.json index d39317e1c..7654ac1e3 100644 --- a/ports/libheif/vcpkg.json +++ b/ports/libheif/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libheif", "version": "1.10.0", - "port-version": 1, + "port-version": 2, "description": "Open h.265 video codec implementation.", "homepage": "http://www.libheif.org/", "dependencies": [ |
