vcpkg/ports/soapysdr/vcpkg.json
2024-07-09 13:03:20 -04:00

19 lines
388 B
JSON

{
"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
}
]
}