aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/oatpp-sqlite/vcpkg.json
blob: 1f7d8812e89031fd5843741c46bbfe41f31bfb4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "oatpp-sqlite",
  "version": "1.3.0",
  "port-version": 2,
  "description": "Oat++ SQLite adapter for Oat++ ORM.",
  "homepage": "https://github.com/oatpp/oatpp-sqlite",
  "license": "Apache-2.0",
  "dependencies": [
    "oatpp",
    "sqlite3",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}