mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
b2b5bd8f65
[sqlitecpp] update to 3.3.1
36 lines
705 B
JSON
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"
|
|
}
|
|
}
|
|
}
|