Add vcpkg build of protobuf and gRPC

Provision protobuf and gRPC packages using vcpkg.

Change-Id: I4d834236408938e228fb0721474edfad946a8dc8
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Alexey Edelev 2024-06-11 12:36:08 +02:00
parent 34eed19a83
commit cff147cd19
2 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,8 @@
}
],
"dependencies": [
"openssl"
"openssl",
"protobuf",
"grpc"
]
}

View File

@ -7,6 +7,8 @@
}
],
"dependencies": [
"openssl"
"openssl",
"protobuf",
"grpc"
]
}