Add vcpkg build of protobuf and gRPC

Provision protobuf and gRPC packages using vcpkg.

Change-Id: I4d834236408938e228fb0721474edfad946a8dc8
Reviewed-by: Alexandru Croitor <[email protected]>
This commit is contained in:
Alexey Edelev
2025-06-04 20:00:48 +02:00
parent 34eed19a83
commit cff147cd19
2 changed files with 6 additions and 2 deletions
@@ -7,6 +7,8 @@
}
],
"dependencies": [
"openssl"
"openssl",
"protobuf",
"grpc"
]
}
@@ -7,6 +7,8 @@
}
],
"dependencies": [
"openssl"
"openssl",
"protobuf",
"grpc"
]
}