abacus/src/meson.build

9 lines
104 B
Meson

abacus_sources = files(
'abacus.cc',
)
abacus = executable(
'abacus',
sources: abacus_sources,
)