diff options
Diffstat (limited to 'etc/import/upb_generator')
-rw-r--r-- | etc/import/upb_generator/TARGETS.protobuf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/import/upb_generator/TARGETS.protobuf b/etc/import/upb_generator/TARGETS.protobuf new file mode 100644 index 00000000..e86bda2f --- /dev/null +++ b/etc/import/upb_generator/TARGETS.protobuf @@ -0,0 +1,9 @@ +{ "mangle": + { "type": ["@", "rules", "CC", "library"] + , "name": ["mangle"] + , "stage": ["upb_generator"] + , "srcs": ["mangle.cc"] + , "hdrs": ["mangle.h"] + , "deps": [["@", "absl", "absl/strings", "strings"]] + } +} |