vcpkg/ports/boost-coroutine/portfile.cmake

15 lines
604 B
CMake
Raw Normal View History

# Automatically generated by scripts/boost/generate-ports.ps1
2017-12-06 05:00:50 +08:00
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/coroutine
2020-11-07 05:30:37 +08:00
REF boost-1.74.0
SHA512 60456fce7f6f75e397e25e7ebbba453a1bb93218000518e10a8a654ad4dd66f49a6f62e5ca4b67c0034d56a48fed422ef0684e651d7c247b47a5c2150f3b3f8b
2017-12-06 05:00:50 +08:00
HEAD_REF master
)
2018-01-18 14:08:48 +08:00
include(${CURRENT_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
2017-12-06 05:00:50 +08:00
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
2018-01-18 14:08:48 +08:00
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
2017-12-06 05:00:50 +08:00
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})