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

INCLUDE_DIRECTORIES(${include_dirs})