mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
23 lines
485 B
JSON
23 lines
485 B
JSON
{
|
|
"name": "cpptrace",
|
|
"version": "0.7.3",
|
|
"description": "Simple, portable, and self-contained stacktrace library for C++11 and newer",
|
|
"homepage": "https://github.com/jeremy-rifkin/cpptrace",
|
|
"license": "MIT",
|
|
"supports": "!(uwp | android)",
|
|
"dependencies": [
|
|
{
|
|
"name": "libdwarf",
|
|
"platform": "!windows | mingw"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|