vcpkg/ports/sqlite3/vcpkg.json
Matthias Kuhn 1cd11e2ce7
[sqlite3] Fix .pc (#22121)
Android does not have -lpthread
2021-12-21 23:12:49 -05:00

29 lines
662 B
JSON

{
"name": "sqlite3",
"version": "3.37.0",
"port-version": 1,
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
"homepage": "https://sqlite.org/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"geopoly": {
"description": "enable geopoly functionality for sqlite3"
},
"json1": {
"description": "enable JSON functionality for sqlite3"
},
"tool": {
"description": "sqlite3 executable"
}
}
}