X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=src%2FCMakeLists.txt;h=bc5fd4f08adacb8e5b10c301df0899e4f4636199;hb=82adb27966eace72f810716c19c660efd7c8b15a;hp=d8bddcf073d26da15adbdfcd9e4e02d8066a8331;hpb=677717c5c86f107b2d196d70796a9be7db3532df;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d8bddcf0..bc5fd4f0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,14 +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 + afb-msg-json.c + afb-common.c websock.c verbose.c - utils-upoll.c ) INCLUDE_DIRECTORIES(${include_dirs})