Skip to content

Commit

Permalink
Test SQLite3
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Nov 12, 2022
1 parent 6d04e6c commit a437737
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/test_ports/cmake-user/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmake-user",
"version-date": "2022-07-02",
"version-date": "2022-11-12",
"description": "Test port to verify the vcpkg toolchain in cmake user projects",
"license": "MIT",
"default-features": [
Expand Down Expand Up @@ -113,6 +113,12 @@
"default-features": false,
"platform": "!uwp & !mingw"
},
{
"$package": "SQLite3",
"name": "sqlite3",
"$since": "3.14",
"default-features": false
},
{
"$package": "TIFF",
"name": "tiff",
Expand Down

0 comments on commit a437737

Please sign in to comment.