X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=e82052706561196d6ab755e146b2afcf18428b01;hb=f5314448943216b558a3efd53f35ac9f14926b32;hp=7e02578eff4ffc4288efbc664e5a2c84644a7cbd;hpb=04331cc45e03325c6470bc5285d5c09843b24afd;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7e02578e..e8205270 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,13 +2,19 @@ ADD_LIBRARY(src OBJECT main.c session.c - http-svc.c + afb-hsrv.c + afb-hswitch.c afb-apis.c + afb-api-so.c afb-method.c afb-hreq.c afb-websock.c + afb-ws.c + afb-ws-json.c websock.c - verbose.c) + verbose.c + utils-upoll.c +) INCLUDE_DIRECTORIES(${include_dirs})