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

(cherry picked from commit d03c3d0f6d)
This commit is contained in:
Chris Morgan 2023-08-06 22:50:39 +00:00 committed by Mark Roszko
parent 0cf6d80705
commit 75f5186dec
1 changed files with 4 additions and 0 deletions

View File

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