summaryrefslogtreecommitdiffstats
path: root/swaymsg/meson.build
blob: 8638b838d81f5fe0d3ea47329ced6368e7a17da5 (plain) (blame)
1
2
3
4
5
6
7
8
executable(
    'swaymsg',
    'main.c',
    include_directories: [sway_inc],
    dependencies: [jsonc, wlroots],
    link_with: [lib_sway_common],
    install: true
)