mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add missing file.
This commit is contained in:
14
lib/data/build.py
Normal file
14
lib/data/build.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from build.c import cxxlibrary
|
||||
|
||||
cxxlibrary(
|
||||
name="data",
|
||||
srcs=["./fluxmap.cc", "./sector.cc", "./layout.cc", "./image.cc"],
|
||||
hdrs={
|
||||
"lib/data/flux.h": "./flux.h",
|
||||
"lib/data/fluxmap.h": "./fluxmap.h",
|
||||
"lib/data/sector.h": "./sector.h",
|
||||
"lib/data/layout.h": "./layout.h",
|
||||
"lib/data/image.h": "./image.h",
|
||||
},
|
||||
deps=["lib/core", "lib/config", "+protocol"],
|
||||
)
|
||||
Reference in New Issue
Block a user