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