03878dc24f0c886c699025d6815bdd4d3224ec1b
[src/app-framework-binder.git] / src / CMakeLists.txt
1
2 ADD_LIBRARY(src OBJECT
3         main.c
4         session.c
5         http-svc.c
6         afb-rest-api.c
7         afb-apis.c
8         afb-method.c
9         afb-hreq.c
10         afb-websock.c
11         websock.c
12         helper-api.c)
13
14 INCLUDE_DIRECTORIES(${include_dirs})
15