vcpkg/ports/stackwalker/vcpkg.json
Vitalii Koshura 95252eadd6
[stackwalker] add new port (#30909)
* [stackwalker] add new port

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

* Add note about the fix build patch already being submitted upstream.

---------

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Co-authored-by: Billy O'Neal (VC AIR) <bion@microsoft.com>
2023-04-20 17:10:39 -07:00

18 lines
327 B
JSON

{
"name": "stackwalker",
"version": "1.20",
"description": "StackWalker - Walking the callstack.",
"license": "BSD-2-Clause",
"supports": "windows & !arm & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}