aboutsummaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
blob: f7d44ec5407aad21766552cc8ee80f16ecc61d48 (plain) (blame)
1
2
3
4
5
6
7
add_library(sway-common
	ipc-client.c
	list.c
	log.c
	readline.c
	stringop.c
	)