micetools/src/micetools/lib/am/meson.build

11 lines
152 B
Meson
Raw Normal View History

2022-10-30 17:33:02 +00:00
amlib = static_library(
'am',
sources: [
'amTimer.c',
'amEeprom.c',
],
link_with: [
mice_lib
],
)