From c764a229efe194f93abd273ac2d5c409e49b40eb Mon Sep 17 00:00:00 2001 From: Joscha Schmiedt <joscha@schmiedt.dev> Date: Fri, 9 Aug 2024 22:02:23 +0200 Subject: [PATCH] Add all dependencies t vcpkg.json --- vcpkg.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index fa0991c..451b02e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -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" + ] } -- GitLab