start epoll integration by upoll
[src/app-framework-binder.git] / src / CMakeLists.txt
index 9ddb511..d8bddcf 100644 (file)
@@ -8,7 +8,9 @@ ADD_LIBRARY(src OBJECT
        afb-hreq.c
        afb-websock.c
        websock.c
-       helper-api.c)
+       verbose.c
+       utils-upoll.c
+)
 
 INCLUDE_DIRECTORIES(${include_dirs})