8 lines
142 B
Meson
8 lines
142 B
Meson
|
progs = ['notify-send']
|
||
|
|
||
|
foreach prog: progs
|
||
|
executable(prog, [prog + '.c'],
|
||
|
dependencies: libnotify_dep,
|
||
|
install: true)
|
||
|
endforeach
|