mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:19:07 +08:00
f25991f650
This fixes a few issues with the pkgconfig and CMake package config files.
27 lines
493 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|