aboutsummaryrefslogtreecommitdiff
path: root/ports/kfr/vcpkg.json
blob: ecf2ac02d0f3081bf4b3c48c4c31ca370ffd61e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "kfr",
  "version-semver": "4.2.1",
  "description": "Fast, modern C++ DSP framework.",
  "homepage": "https://www.kfr.dev/",
  "license": "GPL-2.0",
  "supports": "!(arm | linux)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "features": {
    "capi": {
      "description": "Enable C API build.",
      "dependencies": [
        {
          "name": "kfr",
          "default-features": false,
          "features": [
            "dft"
          ]
        }
      ]
    },
    "dft": {
      "description": "Enable DFT and related algorithms."
    },
    "dft-np": {
      "description": "Enable non-power of 2 DFT."
    }
  }
}