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