mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
0e67f312e8
* Update wyhash to 2023-01-25 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
12 lines
486 B
CMake
12 lines
486 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO wangyi-fudan/wyhash
|
|
REF ea3b25e1aef55d90f707c3a292eeb9162e2615d8
|
|
SHA512 d57ae95379bf2d471a684569fbb450d3ba0f0617cff377cc2c7eab439e5127192c5455c1b623eed811ab40a49e5b250a5ab9e53ea856f2f92031af11db570ae0
|
|
HEAD_REF master
|
|
)
|
|
|
|
file(INSTALL "${SOURCE_PATH}/wyhash.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
|
|
|
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|