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