aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-soci/vcpkg.json
blob: 8ff0c2916013b099997ebb7988afe0343ce21e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "vcpkg-ci-soci",
  "version-string": "ci",
  "description": "Validates soci",
  "supports": "x64 & (linux | osx | windows) & !uwp",
  "dependencies": [
    {
      "name": "soci",
      "features": [
        "mysql",
        "postgresql",
        "sqlite3"
      ]
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}