summaryrefslogtreecommitdiff
path: root/tools/make_cmakelists.py
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-12-16 14:32:14 -0800
committerJoshua Haberman <jhaberman@gmail.com>2018-12-16 14:32:14 -0800
commit377871f10403c7b4e1cc6f769b9443b5197aecc8 (patch)
tree7c97aac20d9ecddf69d5a213d958c9bdfc123646 /tools/make_cmakelists.py
parent380558922b661499f4eb43b0463b5a73e5fe87b7 (diff)
Got test_decoder working!
Diffstat (limited to 'tools/make_cmakelists.py')
-rwxr-xr-xtools/make_cmakelists.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/make_cmakelists.py b/tools/make_cmakelists.py
index b8f46b9..2b426b5 100755
--- a/tools/make_cmakelists.py
+++ b/tools/make_cmakelists.py
@@ -120,6 +120,9 @@ class BuildFileFunctions(object):
def upb_proto_library(self, **kwargs):
pass
+ def upb_proto_reflection_library(self, **kwargs):
+ pass
+
def genrule(self, **kwargs):
pass
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback