Skip to content

Commit

Permalink
Add vcpkg.json to manage the deps of turms-client-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChenX committed Dec 30, 2024
1 parent 567f76d commit 683c739
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions turms-client-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"builtin-baseline": "b322364f06308bdd24823f9d8f03fe0cc86fd46f",
"dependencies": [
{
"name": "boost-asio"
},
{
"name": "boost-chrono"
},
{
"name": "boost-core"
},
{
"name": "boost-thread"
},
{
"name": "protobuf"
},
{
"name": "abseil"
}
]
}

0 comments on commit 683c739

Please sign in to comment.