Skip to content

Commit

Permalink
cmake: Add vcpkg manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 26, 2024
1 parent 25fb8c4 commit a7b61a4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit a7b61a4

Please sign in to comment.