vcpkg/ports/libkeyfinder/vcpkg.json
autoantwort 707745c566
[libkeyfinder] Remove feature test (#30454)
* [libkeyfinder] fix feature test

* remove feature test

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-04-18 15:25:23 -07:00

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
}
]
}