sway/swaymsg/meson.build

10 lines
198 B
Meson

executable(
'swaymsg',
'main.c',
include_directories: [sway_inc],
dependencies: [jsonc, wlroots],
link_with: [lib_sway_common],
install_rpath : rpathdir,
install: true
)