vcpkg/ports/sqlitecpp/vcpkg.json
Jia Yue Hua b2b5bd8f65
[sqlitecpp] update to 3.3.1 (#33820)
[sqlitecpp] update to 3.3.1
2023-09-18 09:15:31 -07:00

36 lines
705 B
JSON

{
"name": "sqlitecpp",
"version": "3.3.1",
"description": "SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.",
"homepage": "https://github.com/SRombauts/SQLiteCpp",
"license": "MIT",
"dependencies": [
"sqlite3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"sqlite"
],
"features": {
"sqlcipher": {
"description": "Use the sqlcipher port",
"dependencies": [
{
"name": "sqlcipher",
"default-features": false
}
]
},
"sqlite": {
"description": "Deprecated; no effects"
}
}
}