aboutsummaryrefslogtreecommitdiffstats
path: root/common/meson.build
blob: 3a4282ad59b9ea39d1321f4126918809221fd1b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
lib_sway_common = static_library('sway-common',
	files(
		'log.c',
		'list.c',
		'util.c',
		'stringop.c',
		'readline.c',
		'ipc-client.c'
	),
	include_directories: sway_inc
)