websocket client library
[src/app-framework-binder.git] / src / CMakeLists.txt
index 3f8b84c..68beea0 100644 (file)
@@ -1,15 +1,25 @@
 
 ADD_LIBRARY(src OBJECT
-       main.c
-       session.c
-       afb-hsrv.c
+       afb-api-dbus.c
+       afb-api-so.c
        afb-apis.c
-       afb-method.c
+       afb-common.c
+       afb-context.c
        afb-hreq.c
+       afb-hsrv.c
+       afb-hswitch.c
+       afb-method.c
+       afb-msg-json.c
+       afb-sig-handler.c
        afb-websock.c
-       websock.c
+       afb-ws-client.c
+       afb-ws-json1.c
+       afb-ws.c
+       afb-wsj1.c
+       main.c
+       session.c
        verbose.c
-       utils-upoll.c
+       websock.c
 )
 
 INCLUDE_DIRECTORIES(${include_dirs})