mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
11 lines
224 B
Python
11 lines
224 B
Python
from build.c import clibrary
|
|
|
|
clibrary(
|
|
name="verdigris",
|
|
hdrs={
|
|
"wobjectcpp.h": "./src/wobjectcpp.h",
|
|
"wobjectdefs.h": "./src/wobjectdefs.h",
|
|
"wobjectimpl.h": "./src/wobjectimpl.h",
|
|
},
|
|
)
|