sway/swaymsg/meson.build

9 lines
168 B
Meson
Raw Normal View History

2017-11-30 16:40:49 +00:00
executable(
'swaymsg',
'main.c',
include_directories: [sway_inc],
2018-01-05 22:09:26 +00:00
dependencies: [jsonc, wlroots],
2017-11-30 16:40:49 +00:00
link_with: [lib_sway_common],
install: true
)