websocket client library
[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-sig-handler.c
14         afb-websock.c
15         afb-ws-client.c
16         afb-ws-json1.c
17         afb-ws.c
18         afb-wsj1.c
19         main.c
20         session.c
21         verbose.c
22         websock.c
23 )
24
25 INCLUDE_DIRECTORIES(${include_dirs})
26