diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2019-10-28 14:19:54 -0400 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-10-28 11:19:54 -0700 |
| commit | c7d09309c14d20cfdb6c9333c99eba570ad2b3f0 (patch) | |
| tree | b0addf8455a087fcb2ce11088d1c3ed148ce6927 /ports/google-cloud-cpp-common/CONTROL | |
| parent | 903ca876529082dcafeb0092ccd4e128a2a0b511 (diff) | |
| download | vcpkg-c7d09309c14d20cfdb6c9333c99eba570ad2b3f0.tar.gz vcpkg-c7d09309c14d20cfdb6c9333c99eba570ad2b3f0.zip | |
[google-cloud-cpp-common] initial port (#8735)
* [google-cloud-cpp-common] initial port
Add a new port for the Google Cloud C++ common components.
* No need to build the tests.
* Forgot to disable the tests when I removed the gtest dep.
Diffstat (limited to 'ports/google-cloud-cpp-common/CONTROL')
| -rw-r--r-- | ports/google-cloud-cpp-common/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/google-cloud-cpp-common/CONTROL b/ports/google-cloud-cpp-common/CONTROL new file mode 100644 index 000000000..945493770 --- /dev/null +++ b/ports/google-cloud-cpp-common/CONTROL @@ -0,0 +1,5 @@ +Source: google-cloud-cpp-common +Version: 0.15.0 +Build-Depends: grpc, googleapis +Description: Base C++ Libraries for Google Cloud Platform APIs +Homepage: https://github.com/googleapis/google-cloud-cpp-common |
