aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/soapysdr/vcpkg.json
blob: c950cbad48a8503a8eec697ae4c66b034804948e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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
    }
  ]
}