aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/iowa-hills-dsp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/iowa-hills-dsp/vcpkg.json')
-rw-r--r--vcpkg/ports/iowa-hills-dsp/vcpkg.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/iowa-hills-dsp/vcpkg.json b/vcpkg/ports/iowa-hills-dsp/vcpkg.json
new file mode 100644
index 0000000..bbb9622
--- /dev/null
+++ b/vcpkg/ports/iowa-hills-dsp/vcpkg.json
@@ -0,0 +1,13 @@
+{
+ "name": "iowa-hills-dsp",
+ "version": "0.1.0",
+ "description": "A platform-independent C/C++ library with many DSP (digital signal processing) functions, amongst also FIR and IIR filter design - but also FFT, DFT, Goertzel and Windowing functions.",
+ "homepage": "https://github.com/hayguen/iowahills_dsp",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}