micetools/src/micetools/lib/util/meson.build

7 lines
84 B
Meson

util_lib = static_library(
'miceutil',
sources: [
'hex.c',
],
)