vcpkg.json - Explicitly depend on sqlite3 with a range of features that...

This commit is contained in:
Chris Morgan 2023-08-06 22:50:39 +00:00 committed by Mark Roszko
parent f7fe411cf5
commit d03c3d0f6d
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
"opengl",
"python3",
"openssl",
{
"name": "sqlite3",
"features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
},
"icu",
"ngspice",
"wxpython"