sway/swaymsg/meson.build
2019-01-18 08:26:44 +01:00

9 lines
150 B
Meson

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