mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
19 lines
388 B
JSON
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
|
|
}
|
|
]
|
|
}
|