refactored websockets
[src/app-framework-binder.git] / src / CMakeLists.txt
index 77850a2..e820527 100644 (file)
@@ -1,13 +1,20 @@
 
 ADD_LIBRARY(src OBJECT
        main.c
-       config.c
        session.c
-       http-svc.c
-       rest-api.c
+       afb-hsrv.c
+       afb-hswitch.c
+       afb-apis.c
+       afb-api-so.c
        afb-method.c
        afb-hreq.c
-       helper-api.c)
+       afb-websock.c
+       afb-ws.c
+       afb-ws-json.c
+       websock.c
+       verbose.c
+       utils-upoll.c
+)
 
 INCLUDE_DIRECTORIES(${include_dirs})