mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 18:59:01 +08:00
31 lines
604 B
JSON
31 lines
604 B
JSON
{
|
|
"name": "boost-stacktrace",
|
|
"version": "1.77.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",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|