aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg/meson.build
blob: b78e6cb033206e63a03eaac8a7414971ebce5982 (plain) (blame)
1
2
3
4
5
6
7
8
executable(
	'swaymsg',
	'main.c',
	include_directories: [sway_inc],
	dependencies: [jsonc, wlroots],
	link_with: [lib_sway_common],
	install: true
)