vcpkg/ports/soapysdr/vcpkg.json

19 lines
388 B
JSON
Raw Normal View History

2024-07-10 01:03:20 +08: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
}
]
}