vcpkg/ports/oatpp-sqlite/vcpkg.json
JonLiu1993 65a0e9b3ea
[oatpp-sqlite] fix usage of oatpp-sqlite (#35353)
* [oatpp-sqlite] fix usage of oatpp-sqlite

* update version

* update patch

* update version

* update patch

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2023-11-27 22:52:24 -08:00

21 lines
391 B
JSON

{
"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
}
]
}