Files
fluxengine/dep/alphanum/build.py
2025-08-11 16:21:03 +01:00

9 lines
131 B
Python

from build.c import clibrary
clibrary(
name="alphanum",
srcs=[],
hdrs={"dep/alphanum/alphanum.h": "./alphanum.h"},
)