new main loop in place
[src/app-framework-binder.git] / src / CMakeLists.txt
index 03878dc..3f8b84c 100644 (file)
@@ -2,14 +2,15 @@
 ADD_LIBRARY(src OBJECT
        main.c
        session.c
-       http-svc.c
-       afb-rest-api.c
+       afb-hsrv.c
        afb-apis.c
        afb-method.c
        afb-hreq.c
        afb-websock.c
        websock.c
-       helper-api.c)
+       verbose.c
+       utils-upoll.c
+)
 
 INCLUDE_DIRECTORIES(${include_dirs})