1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 04:51:18 +02:00
sway/swaymsg/meson.build
2018-01-05 23:40:09 +01:00

9 lines
168 B
Meson

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