Refactoring requests and context handling
[src/app-framework-binder.git] / src / CMakeLists.txt
1
2 ADD_LIBRARY(src OBJECT
3         afb-api-dbus.c
4         afb-api-so.c
5         afb-apis.c
6         afb-common.c
7         afb-context.c
8         afb-hreq.c
9         afb-hsrv.c
10         afb-hswitch.c
11         afb-method.c
12         afb-msg-json.c
13         afb-websock.c
14         afb-ws-json.c
15         afb-ws.c
16         main.c
17         session.c
18         verbose.c
19         websock.c
20 )
21
22 INCLUDE_DIRECTORIES(${include_dirs})
23