summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: 707b2e09389ccc5ea583645397b15f57ccb236a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ADD_LIBRARY(src OBJECT
	afb-api-dbus.c
	afb-api-so.c
	afb-apis.c
	afb-common.c
	afb-context.c
	afb-hreq.c
	afb-hsrv.c
	afb-hswitch.c
	afb-method.c
	afb-msg-json.c
	afb-websock.c
	afb-ws-json.c
	afb-ws.c
	main.c
	session.c
	verbose.c
	websock.c
)

INCLUDE_DIRECTORIES(${include_dirs})