mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 16:39:25 +08:00
28 lines
560 B
JSON
28 lines
560 B
JSON
|
{
|
||
|
"name": "kfr",
|
||
|
"version-string": "2020-06-15",
|
||
|
"port-version": 1,
|
||
|
"description": "Fast, modern C++ DSP framework",
|
||
|
"homepage": "https://www.kfr.dev/",
|
||
|
"supports": "!(arm | linux)",
|
||
|
"features": {
|
||
|
"capi": {
|
||
|
"description": "Enable C API build",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "kfr",
|
||
|
"features": [
|
||
|
"dft"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"dft": {
|
||
|
"description": "Enable DFT and related algorithms"
|
||
|
},
|
||
|
"dft-np": {
|
||
|
"description": "Enable Non-power of 2 DFT"
|
||
|
}
|
||
|
}
|
||
|
}
|