Browse Source

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

newinvert
Chris Morgan 2 years ago
committed by Mark Roszko
parent
commit
d03c3d0f6d
  1. 4
      vcpkg.json

4
vcpkg.json

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

Loading…
Cancel
Save