mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -07:00
imagereader proto built separately.
This commit is contained in:
@@ -30,7 +30,6 @@ proto(
|
||||
name="config_proto",
|
||||
srcs=[
|
||||
"./config.proto",
|
||||
"./imagereader/imagereader.proto",
|
||||
"./imagewriter/imagewriter.proto",
|
||||
],
|
||||
deps=[
|
||||
@@ -44,6 +43,7 @@ proto(
|
||||
"lib/usb+proto",
|
||||
"lib/encoders+proto",
|
||||
"lib/decoders+proto",
|
||||
"lib/imagereader+proto",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
from build.protobuf import proto, protocc
|
||||
|
||||
proto(
|
||||
name="proto",
|
||||
srcs=["./imagereader.proto"],
|
||||
deps=["lib+common_proto"],
|
||||
)
|
||||
protocc(
|
||||
name="proto_lib",
|
||||
srcs=[".+proto"],
|
||||
deps=["lib+common_proto_lib"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user