aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mongo-cxx-driver/vcpkg.json
blob: 54a35e19992034feb9398d7ae9be7215d1bf226f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "mongo-cxx-driver",
  "version": "4.0.0",
  "description": "MongoDB C++ Driver.",
  "homepage": "https://github.com/mongodb/mongo-cxx-driver",
  "license": "Apache-2.0",
  "dependencies": [
    "libbson",
    "mongo-c-driver",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}