mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 09:48:59 +08:00
4ee9010c4f
* [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>
18 lines
367 B
JSON
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
|
|
}
|
|
]
|
|
}
|