7e25276c3292aebcc603cff8c20dc3d382d24cfe
[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         websock.c
13         verbose.c
14         utils-upoll.c
15 )
16
17 INCLUDE_DIRECTORIES(${include_dirs})
18