parent
920b61ee82
commit
75e1daf45e
13 changed files with 18 additions and 12 deletions
@ -0,0 +1,9 @@ |
||||
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) |
@ -1,9 +1 @@ |
||||
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) |
||||
subdir('bin') |
||||
|
Loading…
Reference in new issue