diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000000000000000000000000000000000000..fa0991cf385f1bd15a5b5320fdaf2bd873cf74aa --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "caosdb", + "version-string": "0.3.0-dev", + "port-version": 1, + "description": "C++ library for the CaosDB project", + "dependencies": [ + "grpc", + "protobuf", + "boost-log", + "boost-filesystem", + "boost-smart-ptr", + "boost-beast", + "boost-json", + "boost-thread", + "zlib" + ], + "license":"AGPL-3.0-or-later" +}