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