evisum/src/meson.build

10 lines
185 B
Meson
Raw Normal View History

2019-12-04 09:47:17 -08:00
executable('evisum', [
'disks.c', 'disks.h',
'process.c', 'process.h',
'system.c', 'system.h',
'ui.c', 'ui.h',
'main.c'],
dependencies : deps,
gui_app : true,
install : true)