diff --git a/vcpkg.json b/vcpkg.json index fa0991cf385f1bd15a5b5320fdaf2bd873cf74aa..451b02eb4b88f9bbed70a11c496e3f959a36fb30 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" + ] }