vcpkg/ports/boost-stacktrace/vcpkg.json

27 lines
543 B
JSON
Raw Normal View History

{
"name": "boost-stacktrace",
"version": "1.76.0",
"description": "Boost stacktrace module",
"homepage": "https://github.com/boostorg/stacktrace",
"supports": "!uwp",
"dependencies": [
"boost-array",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-container-hash",
"boost-core",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-predef",
"boost-static-assert",
"boost-type-traits",
"boost-vcpkg-helpers",
"boost-winapi"
]
}