X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=e82052706561196d6ab755e146b2afcf18428b01;hb=37d39868e7eed7ff3c8420dec0e3e82caa7cd868;hp=c3537dc6268d556079c60bb6571e545c9bad1888;hpb=2a3fbda636c93c9f22a064e5c5f537c2232d626d;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c3537dc6..e8205270 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,12 +1,20 @@ ADD_LIBRARY(src OBJECT main.c - config.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 - helper-api.c) + afb-hreq.c + afb-websock.c + afb-ws.c + afb-ws-json.c + websock.c + verbose.c + utils-upoll.c +) INCLUDE_DIRECTORIES(${include_dirs})