mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:39:02 +08:00
95252eadd6
* [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>
18 lines
327 B
JSON
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
|
|
}
|
|
]
|
|
}
|