summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
blob: 03878dc24f0c886c699025d6815bdd4d3224ec1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ADD_LIBRARY(src OBJECT
	main.c
	session.c
	http-svc.c
	afb-rest-api.c
	afb-apis.c
	afb-method.c
	afb-hreq.c
	afb-websock.c
	websock.c
	helper-api.c)

INCLUDE_DIRECTORIES(${include_dirs})