aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nanodbc/vcpkg.json
blob: 296e352833afa458a5b45bc2b7f593375c6fa3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "nanodbc",
  "version": "2.13.0",
  "port-version": 8,
  "description": "A small C++ wrapper for the native C ODBC API.",
  "homepage": "https://github.com/nanodbc/nanodbc",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "unixodbc",
      "platform": "!windows"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}