vcpkg/ports/libui/portfile.cmake
Jack·Boos·Yu ea8fb318d5
[libui] Export system libs on OSX (#17095)
* [libui] Export system libs on OSX

* update version record

* Update ports/libui/portfile.cmake

* Update versions/l-/libui.json
2021-04-30 11:25:01 -07:00

28 lines
787 B
CMake

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO andlabs/libui
REF 7138276ccfbde94873cb6e2db65642adcbd2ee19
SHA512 3a9fb27d0c376479f58ba2fc5be3579efa5f462776a7e725313b92413ce78f3ca60897e63b580c419eeaee2cd2101de2be1ee5af80a547ef433c6284a3053d45
HEAD_REF master
PATCHES
"001-fix-cmake.patch"
"002-fix-macosx-build.patch"
"003-fix-system-link.patch"
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
)
vcpkg_install_cmake()
vcpkg_copy_pdbs()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/libui TARGET_PATH share/unofficial-libui)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# Handle copyright
configure_file("${SOURCE_PATH}/LICENSE" "${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright" COPYONLY)