mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:49:01 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
21 lines
466 B
JSON
21 lines
466 B
JSON
{
|
|
"name": "boost-stacktrace",
|
|
"version-string": "1.75.0",
|
|
"description": "Boost stacktrace module",
|
|
"homepage": "https://github.com/boostorg/stacktrace",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"boost-array",
|
|
"boost-build",
|
|
"boost-config",
|
|
"boost-container-hash",
|
|
"boost-core",
|
|
"boost-modular-build-helper",
|
|
"boost-predef",
|
|
"boost-static-assert",
|
|
"boost-type-traits",
|
|
"boost-vcpkg-helpers",
|
|
"boost-winapi"
|
|
]
|
|
}
|