aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-05-26 23:18:08 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-10-14 11:18:13 -0400
commite87df8258090138d5c22ac46b8602b618620e8a1 (patch)
treea616b86d8bee3a88a02bab56fde9664fe65fac70 /build_msvc
parent54729f3f4e6765dfded590af5fb28c88331685f8 (diff)
downloadbitcoin-e87df8258090138d5c22ac46b8602b618620e8a1.tar.xz
Add sqlite to travis and depends
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/vcpkg.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_msvc/vcpkg.json b/build_msvc/vcpkg.json
index 5d5f94227f..dfd3929c44 100644
--- a/build_msvc/vcpkg.json
+++ b/build_msvc/vcpkg.json
@@ -9,6 +9,7 @@
"boost-signals2",
"boost-test",
"boost-thread",
+ "sqlite3",
"double-conversion",
{
"name": "libevent",
@@ -16,4 +17,4 @@
},
"zeromq"
]
-} \ No newline at end of file
+}