sway/swaymsg/meson.build

9 lines
141 B
Meson
Raw Permalink Normal View History

2017-11-30 16:40:49 +00:00
executable(
2019-01-18 07:26:44 +00:00
'swaymsg',
'main.c',
include_directories: [sway_inc],
dependencies: [jsonc],
2019-01-18 07:26:44 +00:00
link_with: [lib_sway_common],
install: true
2017-11-30 16:40:49 +00:00
)