aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sqlite-orm/vcpkg.json
blob: 386dad6fd743b665ac717927b095d7fdda6d3d53 (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
28
29
{
  "name": "sqlite-orm",
  "version": "1.9.1",
  "description": "SQLite ORM light header only library for modern C++",
  "homepage": "https://github.com/fnc12/sqlite_orm",
  "license": "AGPL-3.0-or-later OR MIT",
  "dependencies": [
    "sqlite3",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "example": {
      "description": "Build examples"
    },
    "test": {
      "description": "Build sqlite_orm unit tests",
      "dependencies": [
        "catch2"
      ]
    }
  }
}