Move common.proto into config.

This commit is contained in:
David Given
2024-10-19 16:58:44 +02:00
parent 944ac97ba4
commit 33d241c33e
38 changed files with 55 additions and 56 deletions

View File

@@ -1,8 +1,8 @@
from build.protobuf import proto, protocc
from build.c import cxxlibrary
proto(name="proto", srcs=["./usb.proto"], deps=["lib+common_proto"])
protocc(name="proto_lib", srcs=[".+proto"], deps=["lib+common_proto_lib"])
proto(name="proto", srcs=["./usb.proto"], deps=["lib/config+common_proto"])
protocc(name="proto_lib", srcs=[".+proto"], deps=["lib/config+common_proto_lib"])
cxxlibrary(
name="usb",