summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: 2ff6edfb947f092f475d27e565e7f65e8458e68e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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-sig-handler.c
	afb-websock.c
	afb-ws-json1.c
	afb-ws.c
	main.c
	session.c
	verbose.c
	websock.c
)

INCLUDE_DIRECTORIES(${include_dirs})