aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-integer/portfile.cmake
blob: fe073609a25e2b76489f7161ad563c2e8b565494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1

vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO boostorg/integer
    REF boost-1.74.0
    SHA512 6dc812826d817a67c8d001cebc9e24ae721e8e70eff4847227db3a91ce4b52b51c43bad5e7ae296507218e14e232751837856336f5b5eb657e8a5f9430231e25
    HEAD_REF master
)

include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})