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
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!53Add vcpkg support
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
...@@ -3,16 +3,17 @@ ...@@ -3,16 +3,17 @@
"version-string": "0.3.0-dev", "version-string": "0.3.0-dev",
"port-version": 1, "port-version": 1,
"description": "C++ library for the CaosDB project", "description": "C++ library for the CaosDB project",
"license": "AGPL-3.0-or-later",
"dependencies": [ "dependencies": [
"grpc",
"protobuf",
"boost-log",
"boost-filesystem",
"boost-smart-ptr",
"boost-beast", "boost-beast",
"boost-filesystem",
"boost-json", "boost-json",
"boost-log",
"boost-smart-ptr",
"boost-thread", "boost-thread",
"zlib" "grpc",
], "protobuf",
"license":"AGPL-3.0-or-later" "zlib",
"gtest"
]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment