vcpkg.json - Explicitly depend on sqlite3 with a range of features that...
This commit is contained in:
parent
f7fe411cf5
commit
d03c3d0f6d
|
@ -33,6 +33,10 @@
|
|||
"opengl",
|
||||
"python3",
|
||||
"openssl",
|
||||
{
|
||||
"name": "sqlite3",
|
||||
"features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
|
||||
},
|
||||
"icu",
|
||||
"ngspice",
|
||||
"wxpython"
|
||||
|
|
Loading…
Reference in New Issue