Merge branch 'master' of github.com:iotbzh/afb-daemon
[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-apis.c
7         afb-method.c
8         afb-hreq.c
9         afb-websock.c
10         websock.c
11         verbose.c
12         utils-upoll.c
13 )
14
15 INCLUDE_DIRECTORIES(${include_dirs})
16