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",
|
"opengl",
|
||||||
"python3",
|
"python3",
|
||||||
"openssl",
|
"openssl",
|
||||||
|
{
|
||||||
|
"name": "sqlite3",
|
||||||
|
"features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
|
||||||
|
},
|
||||||
"icu",
|
"icu",
|
||||||
"ngspice",
|
"ngspice",
|
||||||
"wxpython"
|
"wxpython"
|
||||||
|
|
Loading…
Reference in New Issue