Skip to content
Snippets Groups Projects

Add vcpkg support

Merged Joscha Schmiedt requested to merge f-test-vcpkg into dev
1 file
+ 9
8
Compare changes
  • Side-by-side
  • Inline
+ 9
8
@@ -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"
]
}
Loading