mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -07:00
Modularise encoders. Change arch to not depend on +lib.
This commit is contained in:
3
build.py
3
build.py
@@ -22,11 +22,9 @@ clibrary(name="protocol", hdrs={"protocol.h": "./protocol.h"})
|
||||
cxxlibrary(
|
||||
name="lib",
|
||||
srcs=[
|
||||
"./lib/encoders/encoders.cc",
|
||||
"./lib/readerwriter.cc",
|
||||
],
|
||||
hdrs={
|
||||
"lib/encoders/encoders.h": "./lib/encoders/encoders.h",
|
||||
"lib/readerwriter.h": "./lib/readerwriter.h",
|
||||
},
|
||||
deps=[
|
||||
@@ -47,6 +45,7 @@ cxxlibrary(
|
||||
"lib/imagereader",
|
||||
"lib/imagewriter",
|
||||
"lib/decoders",
|
||||
"lib/encoders",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user