diff options
Diffstat (limited to 'build_msvc/vcpkg.json')
-rw-r--r-- | build_msvc/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/build_msvc/vcpkg.json b/build_msvc/vcpkg.json new file mode 100644 index 0000000000..5d5f94227f --- /dev/null +++ b/build_msvc/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "bitcoin-core", + "version-string": "1", + "dependencies": [ + "berkeleydb", + "boost-filesystem", + "boost-multi-index", + "boost-process", + "boost-signals2", + "boost-test", + "boost-thread", + "double-conversion", + { + "name": "libevent", + "features": ["thread"] + }, + "zeromq" + ] +}
\ No newline at end of file |