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:
parent
34eed19a83
commit
cff147cd19
@ -7,6 +7,8 @@
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
"openssl"
|
||||
"openssl",
|
||||
"protobuf",
|
||||
"grpc"
|
||||
]
|
||||
}
|
||||
|
@ -7,6 +7,8 @@
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
"openssl"
|
||||
"openssl",
|
||||
"protobuf",
|
||||
"grpc"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user