vcpkg/ports/libodb-sqlite/vcpkg.json
Alexander Terentyev 0a5716d650
[libodb-sqlite] Fix path typo (#41932)
Co-authored-by: Alexander Terentyev <lex.terentyev@gmail.com>
2024-11-05 00:56:23 -08:00

16 lines
308 B
JSON

{
"name": "libodb-sqlite",
"version": "2.4.0",
"port-version": 13,
"description": "Sqlite support for the ODB ORM library",
"homepage": "https://www.codesynthesis.com/products/odb/",
"dependencies": [
"libodb",
"sqlite3",
{
"name": "vcpkg-cmake",
"host": true
}
]
}