X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=e82052706561196d6ab755e146b2afcf18428b01;hb=9e3afb8aa598f3e69e2c3723335507c12b4cd1f1;hp=77850a29a3d174cb0df9e09f37735a62b6a2c5be;hpb=32b5e2069bca01ae176ed15e38b5616435bf396f;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 77850a29..e8205270 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,13 +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 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})