vcpkg/ports/libunwind/vcpkg.json

15 lines
287 B
JSON
Raw Normal View History

{
"name": "libunwind",
"version": "1.8.0",
"description": "Unix libray for portable stack unwinding",
"homepage": "https://www.nongnu.org/libunwind",
"license": "MIT",
"supports": "linux",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}