9ddb51132e63c6184af5f1a05a73f9ab20108f7d
[src/app-framework-binder.git] / src / CMakeLists.txt
1
2 ADD_LIBRARY(src OBJECT
3         main.c
4         session.c
5         http-svc.c
6         afb-apis.c
7         afb-method.c
8         afb-hreq.c
9         afb-websock.c
10         websock.c
11         helper-api.c)
12
13 INCLUDE_DIRECTORIES(${include_dirs})
14