mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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…
x
Reference in New Issue
Block a user