micetools/src/micetools/system_dummy/dummystorage/meson.build

8 lines
136 B
Meson

dummystorage = static_library(
'dummystorage',
sources: [
'dummystorage.c',
],
link_with: [libpcp, amiDebug],
)