yuzu/externals/vcpkg/ports/boost-coroutine/vcpkg.json

37 lines
746 B
JSON
Executable File

{
"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
}
]
}