mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -07:00
First steps towards reworking the build system... again.
This commit is contained in:
10
build.py
Normal file
10
build.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from build.ab import export
|
||||
from build.c import clibrary
|
||||
from build.protobuf import proto, protocc
|
||||
|
||||
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"])
|
||||
Reference in New Issue
Block a user