vcpkg/ports/sqlite-orm/vcpkg.json
chausner 61301975fe
[sqlite-orm] Update to 1.7 (#21609)
* Update sqlite-orm to 1.7

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-23 12:21:28 -08:00

29 lines
544 B
JSON

{
"name": "sqlite-orm",
"version": "1.7",
"description": "SQLite ORM light header only library for modern C++",
"homepage": "https://github.com/fnc12/sqlite_orm",
"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"
]
}
}
}