aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sf2cute/vcpkg.json
blob: 81e1e3da9a935d4d747a3da4b3047254ac25d844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "sf2cute",
  "version": "0.2.0",
  "port-version": 4,
  "description": "C++14 Library for SoundFont 2",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "example": {
      "description": "Installs an example application"
    }
  }
}