aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fxaudio/vcpkg.json
blob: 69e9374a87e18a616333430d275af4f999256bb6 (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
{
  "name": "fxaudio",
  "version": "1.0.0",
  "description": "An easy to use audio processing library",
  "homepage": "https://github.com/EnzoMassyle/AudioFX",
  "license": "MIT",
  "dependencies": [
    {
      "name": "fftw3",
      "features": [
        "threads"
      ]
    },
    "libsndfile",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}