aboutsummaryrefslogtreecommitdiffstats
path: root/common/meson.build
blob: ca1f1752657b1da8ec83c392d0e74780b18cfd9e (plain) (blame)
1
2
3
4
5
6
7
8
sway_common = files(
	'log.c',
	'list.c',
	'util.c',
	'stringop.c',
	'readline.c',
	'ipc-client.c'
)