summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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 86544cb..9a7eaf5 100755
--- a/tools/make_cmakelists.py
+++ b/tools/make_cmakelists.py
@@ -125,6 +125,9 @@ class BuildFileFunctions(object):
def upb_proto_reflection_library(self, **kwargs):
pass
+ def upb_proto_srcs(self, **kwargs):
+ pass
+
def genrule(self, **kwargs):
pass
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback