mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 09:19:07 +08:00
713f5395f7
19 lines
657 B
CMake
19 lines
657 B
CMake
# Header-only library
|
|||
vcpkg_from_github(
|
|||
OUT_SOURCE_PATH SOURCE_PATH
|
|||
REPO beached/header_libraries
|
|||
|
REF "v${VERSION}"
|
||
[daw-header-libraries,daw-json-link]: head-lib update to 2.93.1, json-link update to 3.17.2 (#31794)
|
SHA512 b82973fb71b02263a0c22b1d24c2b2f8cd81bf09f9511d7ec5b656766c361cf6d7f35da2d35ccb2894da3d843b7c342959b7ef701bbe40381e8665ffd5073a9e
|
||
HEAD_REF master
|
|||
)
|
|||
|
|||
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
|
|||
|
|||
vcpkg_cmake_install()
|
|||
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
|
|||
|
|||
# remove empty lib and debug/lib directories (and duplicate files from debug/include)
|
|||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug" "${CURRENT_PACKAGES_DIR}/lib")
|
|||
|
|||
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
|