aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/soapysdr/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/soapysdr/vcpkg.json')
-rw-r--r--vcpkg/ports/soapysdr/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/soapysdr/vcpkg.json b/vcpkg/ports/soapysdr/vcpkg.json
new file mode 100644
index 0000000..c950cba
--- /dev/null
+++ b/vcpkg/ports/soapysdr/vcpkg.json
@@ -0,0 +1,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
+ }
+ ]
+}