vcpkg/ports/cpptrace/vcpkg.json
2023-12-04 17:31:13 -08:00

23 lines
473 B
JSON

{
"name": "cpptrace",
"version": "0.3.1",
"description": "Simple, portable, and self-contained stacktrace library for C++11 and newer",
"homepage": "https://github.com/jeremy-rifkin/cpptrace",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "libdwarf",
"platform": "!windows | mingw"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}