aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlitecpp/vcpkg.json
blob: c86c7b95edc5300792f83aada2cadc3f1931c348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "sqlitecpp",
  "version-string": "3.1.1",
  "port-version": 1,
  "description": "SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.",
  "homepage": "https://github.com/SRombauts/SQLiteCpp",
  "default-features": [
    "sqlite"
  ],
  "features": {
    "sqlcipher": {
      "description": "Use the sqlcipher port",
      "dependencies": [
        {
          "name": "sqlcipher",
          "default-features": false
        }
      ]
    },
    "sqlite": {
      "description": "Use the (unofficial) sqlite3 port of vcpkg",
      "dependencies": [
        "sqlite3"
      ]
    }
  }
}