diff options
Diffstat (limited to 'vcpkg/ports/liquid-dsp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/liquid-dsp/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/liquid-dsp/vcpkg.json b/vcpkg/ports/liquid-dsp/vcpkg.json new file mode 100644 index 0000000..0314f1f --- /dev/null +++ b/vcpkg/ports/liquid-dsp/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "liquid-dsp", + "version": "1.7.0", + "description": "Digital signal processing library for software-defined radios.", + "homepage": "https://liquidsdr.org/", + "license": "MIT", + "supports": "linux | osx", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |