aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-unixodbc/vcpkg.json
blob: 6973fa9a4077e5fa7faef37b383fc091a618edca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "vcpkg-ci-unixodbc",
  "version-string": "ci",
  "description": "Test port for unixodbc usage",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "unixodbc"
  ]
}