vcpkg/ports/boost-context/vcpkg.json

27 lines
530 B
JSON
Raw Normal View History

{
"name": "boost-context",
"version": "1.76.0",
"description": "Boost context module",
"homepage": "https://github.com/boostorg/context",
"supports": "!uwp & !emscripten",
"dependencies": [
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-core",
"boost-detail",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-pool",
"boost-predef",
"boost-smart-ptr",
"boost-thread",
"boost-vcpkg-helpers"
]
}