diff options
Diffstat (limited to 'vcpkg/ports/libkeyfinder/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libkeyfinder/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libkeyfinder/vcpkg.json b/vcpkg/ports/libkeyfinder/vcpkg.json new file mode 100644 index 0000000..3a90230 --- /dev/null +++ b/vcpkg/ports/libkeyfinder/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "libkeyfinder", + "version": "2.2.8", + "description": "Musical key detection for digital audio", + "homepage": "https://github.com/mixxxdj/libkeyfinder", + "license": "GPL-3.0-or-later", + "dependencies": [ + "fftw3", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |