vcpkg/ports/sqlite-orm/vcpkg.json
jim wang 547e01527c
[sqlite-orm] test feature unsupport uwp (#35390)
* test unsupport uwp

* update version
2023-11-29 19:02:33 -08:00

32 lines
634 B
JSON

{
"name": "sqlite-orm",
"version": "1.8.2",
"port-version": 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",
"supports": "!uwp",
"dependencies": [
"catch2"
]
}
}
}