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