Skip to content

Commit

Permalink
update vcpkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
justusranvier committed Dec 22, 2023
1 parent 9e101c9 commit 7c9a8c7
Showing 1 changed file with 19 additions and 49 deletions.
68 changes: 19 additions & 49 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,89 +4,59 @@
"name": "opentxs-dependency-builder",
"version": "1",
"dependencies": [
"boost-align",
"boost-any",
"boost-array",
"boost-algorithm",
{
"name": "boost-asio",
"features": [
"ssl"
]
},
"boost-assert",
"boost-atomic",
"boost-beast",
"boost-bind",
"boost-chrono",
"boost-circular-buffer",
"boost-concept-check",
"boost-config",
"boost-container",
"boost-container-hash",
"boost-context",
"boost-core",
"boost-coroutine",
"boost-describe",
"boost-detail",
"boost-date-time",
"boost-dynamic-bitset",
"boost-endian",
"boost-exception",
"boost-function",
"boost-fusion",
"boost-integer",
"boost-interprocess",
"boost-io",
"boost-intrusive",
"boost-iostreams",
"boost-iterator",
"boost-json",
"boost-lexical-cast",
"boost-logic",
"boost-math",
"boost-mp11",
"boost-mpl",
"boost-move",
"boost-multiprecision",
"boost-numeric-conversion",
"boost-optional",
"boost-parameter",
"boost-predef",
"boost-preprocessor",
"boost-program-options",
"boost-random",
"boost-range",
"boost-regex",
"boost-serialization",
"boost-smart-ptr",
"boost-stacktrace",
"boost-static-assert",
"boost-static-string",
"boost-system",
"boost-thread",
"boost-throw-exception",
"boost-tokenizer",
"boost-tuple",
"boost-type-index",
"boost-type-traits",
"boost-typeof",
"boost-ublas",
"boost-unordered",
"boost-variant2",
"boost-winapi",
"gtest",
"libsodium",
"lmdb",
"openssl",
"otcommon",
"protobuf",
"pthread",
"qtbase",
{
"name": "pthread",
"platform": "windows"
},
{
"name": "qtbase",
"default-features": false,
"features": [
"gui"
]
},
"qtdeclarative",
"qtsvg",
"secp256k1",
"sqlite3",
"tbb",
{
"name": "zeromq",
"features": [
"sodium"
]
}
},
"zlib"
]
}

0 comments on commit 7c9a8c7

Please sign in to comment.