aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-libdatachannel/vcpkg.json
blob: 8d6056f5309493cae2ad116abdc996fa4f3b61d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "vcpkg-ci-libdatachannel",
  "version-string": "ci",
  "description": "Validates libdatachannel",
  "dependencies": [
    {
      "name": "libdatachannel",
      "features": [
        "srtp",
        "ws"
      ]
    },
    "nlohmann-json",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}