| commit | bdd1a516e8ea7964640c78a3ed805e909224d170 | [log] [tgz] |
|---|---|---|
| author | Joshua Haberman <jhaberman@gmail.com> | Thu Oct 15 15:01:34 2020 -0700 |
| committer | Joshua Haberman <jhaberman@gmail.com> | Thu Oct 15 15:01:34 2020 -0700 |
| tree | 7fddb1a152cf842de2042eefd946385c122324d7 | |
| parent | 27262adf931079ee10f56ad03c67a5c2710c45c9 [diff] [blame] |
Fixed other tests.
diff --git a/tools/make_cmakelists.py b/tools/make_cmakelists.py index c31b413..15c0cf6 100755 --- a/tools/make_cmakelists.py +++ b/tools/make_cmakelists.py
@@ -117,6 +117,9 @@ def proto_library(self, **kwargs): pass + def cc_proto_library(self, **kwargs): + pass + def generated_file_staleness_test(self, **kwargs): pass