refactoring (in progress, tbf)
[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-apis.c
7         afb-method.c
8         afb-hreq.c
9         afb-websock.c
10         websock.c
11         helper-api.c)
12
13 INCLUDE_DIRECTORIES(${include_dirs})
14