1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-03 22:26:30 +02:00

Added vcpkg dependencies manifest which can be used that way: vcpkg install

This commit is contained in:
Pavel Odintsov 2023-04-01 17:55:18 +01:00
parent 640ea2a3f6
commit 2e118691a6

16
src/vcpkg.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "fastnetmon",
"version-string": "1.2.4",
"dependencies": [
"openssl",
"log4cpp",
"capnproto",
"boost",
"grpc",
"protobuf",
"librdkafka",
"cppkafka",
"mongo-c-driver",
"hiredis"
]
}