about summary refs log tree commit diff
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
2020-01-16 feat: add Cloud Pub/Sub protos (#31)Carlos O'Ryan1-0/+1
2019-10-16 feat: upgrade googleapis and bigquery protos (#24)Carlos O'Ryan1-2/+4
2019-09-01 bug: do not redefine targets in config file.Carlos O'Ryan1-3/+6
If the config file is included twice (via `find_dependency()` or `find_package()`) some of the targets could get redefined, breaking the configuration.
2019-08-23 Argh, wrong target names.Carlos O'Ryan1-1/+1
2019-08-23 chore: Irregularly scheduled update for the protos.Carlos O'Ryan1-1/+2
Update to the version of googleapis/googleapis as-of 2019-08-23.
2019-08-16 Addressed review comments.Carlos O'Ryan1-0/+1
2019-08-16 feat: Add library for cloudtrace/v2/trace.proto.Carlos O'Ryan1-0/+1
2019-08-15 Missed two libraries.Carlos O'Ryan1-0/+2
2019-08-15 feat: Add library for api/client.proto.Carlos O'Ryan1-9/+12
Also fixed the list of libraries in googleapis-config.cmake.
2019-07-11 Add ci scripts (#1)Takashi Matsuo3-31/+56
* Add ci scripts * Move config files to ci/kokoro/docker * Remove dump-logs etc * Simplified grpc installation * Add Ubuntu 16.04 kokoro config * Address code review
2019-07-01 Fix installation path for protos.Carlos O'Ryan1-8/+8
2019-06-28 Initial set of files.Carlos O'Ryan7-0/+979
The make install target is not working for .proto files, but otherwise it seems to work.