vcpkg/ports/soapysdr/vcpkg.json

19 lines
388 B
JSON
Raw Permalink Normal View History

2024-07-09 10:03:20 -07:00
{
"name": "soapysdr",
"version": "0.8.1",
"description": "Vendor and platform neutral SDR interface library.",
"homepage": "https://github.com/pothosware/SoapySDR/wiki",
"license": "BSL-1.0",
"supports": "!uwp & !static",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}