mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -07:00
We can now build both the CLI and GUI binaries!
This commit is contained in:
6
build.py
6
build.py
@@ -12,4 +12,8 @@ clibrary(name="protocol", hdrs={"protocol.h": "./protocol.h"})
|
||||
proto(name="fl2_proto", srcs=["lib/fl2.proto"])
|
||||
protocc(name="fl2_proto_lib", srcs=["+fl2_proto"])
|
||||
|
||||
export(name="all", items={"fluxengine": "src+fluxengine"}, deps=["+protocol"])
|
||||
export(
|
||||
name="all",
|
||||
items={"fluxengine": "src+fluxengine", "fluxengine-gui": "src/gui"},
|
||||
deps=["+protocol"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user