X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=e82052706561196d6ab755e146b2afcf18428b01;hb=fcef933b69ccc363ad10d9f7308f02c5dc474ff6;hp=19be965d3719433592110c1633e58bf54284fe57;hpb=bcc7f5e4fc170c7feaad561d13e3fb6b4e6dd798;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 19be965d..e8205270 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,11 +2,19 @@ ADD_LIBRARY(src OBJECT main.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})