X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=e82052706561196d6ab755e146b2afcf18428b01;hb=68a8eaafe5f43480f29308bfd2ec12ad54da43f1;hp=9ddb51132e63c6184af5f1a05a73f9ab20108f7d;hpb=1205c90cccd3144bab24b4b5fd8dcbf0d0e6b570;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9ddb5113..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 - helper-api.c) + verbose.c + utils-upoll.c +) INCLUDE_DIRECTORIES(${include_dirs})