simplification of config
[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         rest-api.c
7         afb-method.c
8         afb-hreq.c
9         helper-api.c)
10
11 INCLUDE_DIRECTORIES(${include_dirs})
12