mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:19:01 +08:00
fbc1e4178a
* [libmupdf/liblinear/libkeyfinder] Update to latest version * update version * update vcpkg.json format * update version
27 lines
500 B
JSON
27 lines
500 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|