pineapple/externals/vcpkg/ports/oatpp-sqlite/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
343 B
JSON
Executable file

{
"name": "oatpp-sqlite",
"version": "1.3.0",
"description": "Oat++ SQLite adapter for Oat++ ORM.",
"homepage": "https://github.com/oatpp/oatpp-sqlite",
"dependencies": [
"oatpp",
"sqlite3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}