summaryrefslogtreecommitdiff
path: root/tools/meson.build
blob: aa01ce2fe63dc1ddbce38532ef202226a6f88b79 (plain)
1
2
3
4
5
6
7
progs = ['notify-send']

foreach prog: progs
  executable(prog, [prog + '.c'],
    dependencies: libnotify_dep,
    install: true)
endforeach