Skip to content
Snippets Groups Projects
Commit c764a229 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Add all dependencies t vcpkg.json

parent ba9506f0
Branches
Tags
2 merge requests!61Release 0.3.0,!53Add vcpkg support
......@@ -3,16 +3,17 @@
"version-string": "0.3.0-dev",
"port-version": 1,
"description": "C++ library for the CaosDB project",
"license": "AGPL-3.0-or-later",
"dependencies": [
"grpc",
"protobuf",
"boost-log",
"boost-filesystem",
"boost-smart-ptr",
"boost-beast",
"boost-filesystem",
"boost-json",
"boost-log",
"boost-smart-ptr",
"boost-thread",
"zlib"
],
"license":"AGPL-3.0-or-later"
"grpc",
"protobuf",
"zlib",
"gtest"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment