early-access version 2853
This commit is contained in:
36
externals/vcpkg/ports/boost-coroutine/vcpkg.json
vendored
Executable file
36
externals/vcpkg/ports/boost-coroutine/vcpkg.json
vendored
Executable 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user