mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
d616af7c86
* [plf-colony-hive] Update to 6.33 * [plf-hive] Add new port * [plf-colony][plf-hive] Update version files * [plf-colony][plf-hive] Add quotes to paths * [plf-colony][plf-hive] Update version files * [plf-hive] Add version file Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
14 lines
518 B
CMake
14 lines
518 B
CMake
# header-only library
|
|
|
|
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO mattreecebentley/plf_hive
|
|
REF 39dfcc5712125cc645df123c120006b7a6fd95d6
|
|
SHA512 81a1f185ca8293b6fb83605c05ecf14d024194334cb64932daa29ecae064918241fa7f3e4a688dc2b19b4b5dd8a2605d60947bd513f7cd30299fd6ba25aa8b35
|
|
HEAD_REF master
|
|
)
|
|
|
|
file(COPY "${SOURCE_PATH}/plf_hive.h" DESTINATION "${CURRENT_PACKAGES_DIR}/include")
|
|
|
|
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|