early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,14 @@
# Automatically generated by scripts/boost/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/coroutine
REF boost-1.79.0
SHA512 a969a25627713fd0cf440ee1c60979c10465df95589dc829f8ee480c5a5cfd833ee3ea5f90616d175f06cf1b01750d682886e8d7e64038e159bfc15b184a5de4
HEAD_REF master
)
include(${CURRENT_HOST_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})

View File

@@ -0,0 +1,36 @@
{
"name": "boost-coroutine",
"version": "1.79.0",
"description": "Boost coroutine module",
"homepage": "https://github.com/boostorg/coroutine",
"license": "BSL-1.0",
"supports": "!arm & !uwp & !emscripten",
"dependencies": [
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
{
"name": "boost-context",
"platform": "!uwp & !emscripten"
},
"boost-core",
"boost-exception",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-move",
"boost-system",
"boost-throw-exception",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers",
{
"name": "vcpkg-cmake",
"host": true
}
]
}