aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/oatpp-websocket/vcpkg.json
blob: 5a28f2bdd3d59834b4e9a647718fe630744f4109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "oatpp-websocket",
  "version": "1.3.0",
  "description": "Oat++ websocket module.",
  "homepage": "https://github.com/oatpp/oatpp-websocket",
  "dependencies": [
    "oatpp",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}