mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:19:06 +08:00
8b7ac186bf
* do not use stack protection fixes #25760 * update version * update baseline * only remove stack protection for mingw64 * update version * Make variable visible even if unused Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * update version Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
28 lines
616 B
JSON
28 lines
616 B
JSON
{
|
|
"name": "sqlitecpp",
|
|
"version-string": "3.1.1",
|
|
"port-version": 2,
|
|
"description": "SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.",
|
|
"homepage": "https://github.com/SRombauts/SQLiteCpp",
|
|
"default-features": [
|
|
"sqlite"
|
|
],
|
|
"features": {
|
|
"sqlcipher": {
|
|
"description": "Use the sqlcipher port",
|
|
"dependencies": [
|
|
{
|
|
"name": "sqlcipher",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"sqlite": {
|
|
"description": "Use the (unofficial) sqlite3 port of vcpkg",
|
|
"dependencies": [
|
|
"sqlite3"
|
|
]
|
|
}
|
|
}
|
|
}
|