vcpkg/ports/libkeyfinder/vcpkg.json

27 lines
500 B
JSON
Raw Normal View History

{
"name": "libkeyfinder",
"version-string": "2.2.5",
"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"
]
}
}
}