Reformat.

This commit is contained in:
David Given
2024-10-19 18:02:16 +02:00
parent d6a11d7164
commit 38af98ec9b
7 changed files with 27 additions and 7 deletions

View File

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