vcpkg/ports/backward-cpp/vcpkg.json
Francisco Facioni 4ee9010c4f
[backward-cpp] new port (#30101)
* [backward-cpp] new port

* Update ports/backward-cpp/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* fix version after patch

* backward is header only

* disable arm and uwp

* disable only windows arm

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-03-30 14:01:15 -07:00

18 lines
367 B
JSON

{
"name": "backward-cpp",
"version": "1.6",
"description": "A beautiful stack trace pretty printer for C++",
"homepage": "https://github.com/bombela/backward-cpp",
"supports": "!uwp & !(windows & arm)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}