Skip to content

Commit a7b61a4

Browse files
committed
cmake: Add vcpkg manifest file
1 parent 25fb8c4 commit a7b61a4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

vcpkg.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
3+
"builtin-baseline": "9edb1b8e590cc086563301d735cae4b6e732d2d2",
4+
"dependencies": [
5+
"berkeleydb",
6+
"boost-date-time",
7+
"boost-multi-index",
8+
"boost-process",
9+
"boost-signals2",
10+
"boost-test",
11+
"libevent",
12+
"miniupnpc",
13+
"sqlite3",
14+
"qt5-base",
15+
"qt5-tools",
16+
"zeromq"
17+
]
18+
}

0 commit comments

Comments
 (0)