vcpkg/ports/boost-stacktrace/portfile.cmake
2020-11-06 13:30:37 -08:00

15 lines
611 B
CMake

# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/stacktrace
REF boost-1.74.0
SHA512 17a48988c22204dfb0d99a195e6e7170312b552c8586d26d90a15e5bbe59ba3ae1b3796768f4578aa77d2579dffdfda87095fa74d84734df7152c2f3d8ef4e0e
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})