blob: 08bad0823f8c531fd42d7c14a2e9c0bc04c0290c (
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/wave
REF boost-1.74.0
SHA512 466127b7532508eaa791d2f363ea71ee1e8e54354577bff7da8c3a8c5dae16b2bace3268d7753b87244d447b04054d78d0c4bba4b5e9a8841a70b6a3045e62c7
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})
|