mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:49:07 +08:00
707745c566
* [libkeyfinder] fix feature test * remove feature test --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"name": "libkeyfinder",
|
|
"version": "2.2.6",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|