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