From a7b61a49cd7fb6b4c966c6b491ab3e74365deddf Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:40:37 +0000 Subject: [PATCH] cmake: Add vcpkg manifest file --- vcpkg.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vcpkg.json diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000000000..2917412320821 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "builtin-baseline": "9edb1b8e590cc086563301d735cae4b6e732d2d2", + "dependencies": [ + "berkeleydb", + "boost-date-time", + "boost-multi-index", + "boost-process", + "boost-signals2", + "boost-test", + "libevent", + "miniupnpc", + "sqlite3", + "qt5-base", + "qt5-tools", + "zeromq" + ] +}