vcpkg/ports/libkeyfinder/vcpkg.json
Be f25991f650
[libkeyfinder] update to 2.2.6 (#22299)
This fixes a few issues with the pkgconfig and CMake package
config files.
2022-01-04 20:01:21 -08:00

27 lines
493 B
JSON

{
"name": "libkeyfinder",
"version": "2.2.6",
"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
}
],
"features": {
"test": {
"description": "Build tests",
"dependencies": [
"catch2"
]
}
}
}