Refactor a lot of the proto stuff.

This commit is contained in:
David Given
2024-10-08 23:18:30 +02:00
parent a777470cda
commit 27ab1e3e5a
17 changed files with 257 additions and 78 deletions

View File

@@ -2,7 +2,7 @@ from build.c import cxxlibrary
from build.protobuf import proto, protocc
proto(
name="arch_proto",
name="proto",
srcs=[
"./aeslanier/aeslanier.proto",
"./agat/agat.proto",
@@ -24,4 +24,7 @@ proto(
"./victor9k/victor9k.proto",
"./zilogmcz/zilogmcz.proto",
],
deps=["lib+common_proto"],
)
protocc(name="proto_lib", srcs=[".+proto"], deps=["lib+common_proto_lib"])