splitting rest-api in two parts
[src/app-framework-binder.git] / src / CMakeLists.txt
index c3537dc..6eeb431 100644 (file)
@@ -1,11 +1,14 @@
 
 ADD_LIBRARY(src OBJECT
        main.c
-       config.c
        session.c
        http-svc.c
-       rest-api.c
+       afb-api.c
+       afb-plugins.c
        afb-method.c
+       afb-hreq.c
+       afb-websock.c
+       websock.c
        helper-api.c)
 
 INCLUDE_DIRECTORIES(${include_dirs})