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

vcpkg_from_github(
    OUT_SOURCE_PATH SOURCE_PATH
    REPO boostorg/serialization
    REF boost-1.74.0
    SHA512 1e458d77d28e2b00e2d241d4ab595f65a6893305410b6f47a8a690d5043ae3485739222456e5d5db49ad28d95af8efb6e7655b3d71d828f6aa5e18e74691ce4f
    HEAD_REF master
)

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