diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2019-08-07 19:43:35 -0400 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-08-07 16:43:35 -0700 |
| commit | 65cb5cd00cba333e3a41433058e42a114f61fb78 (patch) | |
| tree | 57b4ec111646e6225ac181d66a0f80419a2f4af5 /ports/googleapis/CONTROL | |
| parent | c89dcc15a9b93b022990c972b7e0beb8d20b6629 (diff) | |
| download | vcpkg-65cb5cd00cba333e3a41433058e42a114f61fb78.tar.gz vcpkg-65cb5cd00cba333e3a41433058e42a114f61fb78.zip | |
Update google-cloud-cpp to 0.12.0. (#7557)
* Add googleapis proto libraries port.
Compile protos from github.com/googleapis/googleapis into C++ libraries.
* Updated google-cloud-cpp to 0.12.0
* [google-cloud-cpp] Fix flaky build
Diffstat (limited to 'ports/googleapis/CONTROL')
| -rw-r--r-- | ports/googleapis/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/googleapis/CONTROL b/ports/googleapis/CONTROL new file mode 100644 index 000000000..b77e35eed --- /dev/null +++ b/ports/googleapis/CONTROL @@ -0,0 +1,5 @@ +Source: googleapis +Version: 0.1.1 +Build-Depends: grpc, protobuf +Description: C++ Proto Libraries for Google APIs. +Homepage: https://github.com/googleapis/cpp-cmakefiles |
