diff options
Diffstat (limited to 'vcpkg/ports/kfr/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kfr/vcpkg.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/vcpkg/ports/kfr/vcpkg.json b/vcpkg/ports/kfr/vcpkg.json new file mode 100644 index 0000000..c3b8cb2 --- /dev/null +++ b/vcpkg/ports/kfr/vcpkg.json @@ -0,0 +1,35 @@ +{ + "name": "kfr", + "version-semver": "6.3.1", + "description": "Fast, modern C++ DSP framework.", + "homepage": "https://www.kfr.dev/", + "license": null, + "supports": "!(arm64 & windows) & !xbox", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "capi": { + "description": "Enable C API build.", + "dependencies": [ + { + "name": "kfr", + "default-features": false, + "features": [ + "dft" + ] + } + ] + }, + "dft": { + "description": "Enable DFT and related algorithms." + } + } +} |