mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Finally eliminate the +lib target.
This commit is contained in:
21
lib/algorithms/build.py
Normal file
21
lib/algorithms/build.py
Normal file
@@ -0,0 +1,21 @@
|
||||
from build.c import cxxlibrary
|
||||
|
||||
cxxlibrary(
|
||||
name="algorithms",
|
||||
srcs=["./readerwriter.cc"],
|
||||
hdrs={
|
||||
"lib/algorithms/readerwriter.h": "./readerwriter.h",
|
||||
},
|
||||
deps=[
|
||||
"lib/core",
|
||||
"lib/config",
|
||||
"lib/data",
|
||||
"lib/usb",
|
||||
"lib/encoders",
|
||||
"lib/decoders",
|
||||
"lib/fluxsource",
|
||||
"lib/fluxsink",
|
||||
"lib/imagereader",
|
||||
"lib/imagewriter",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user