mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -07:00
9 lines
131 B
Python
9 lines
131 B
Python
from build.c import clibrary
|
|
|
|
clibrary(
|
|
name="alphanum",
|
|
srcs=[],
|
|
hdrs={"dep/alphanum/alphanum.h": "./alphanum.h"},
|
|
)
|
|
|