diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-05-26 23:18:08 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-10-14 11:18:13 -0400 |
commit | e87df8258090138d5c22ac46b8602b618620e8a1 (patch) | |
tree | a616b86d8bee3a88a02bab56fde9664fe65fac70 /build_msvc/vcpkg.json | |
parent | 54729f3f4e6765dfded590af5fb28c88331685f8 (diff) |
Add sqlite to travis and depends
Diffstat (limited to 'build_msvc/vcpkg.json')
-rw-r--r-- | build_msvc/vcpkg.json | 3 |
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 +} |