libnotify/tools/meson.build

8 lines
142 B
Meson
Raw Normal View History

2019-01-31 11:15:27 -06:00
progs = ['notify-send']
foreach prog: progs
executable(prog, [prog + '.c'],
dependencies: libnotify_dep,
install: true)
endforeach