summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-04-24 07:08:20 +0000
committerJoshua Haberman <jhaberman@gmail.com>2019-04-24 07:08:20 +0000
commitd6e466e943f4454396a3d1f8001e927bfb740213 (patch)
treec206e5d687943cec079bfc92799843ecff9356ee /tools
parent65f97218d1c9d6896a2bc484f72db8077bcc0219 (diff)
More refactoring/simplification.
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