X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=5153c5c19a29ccd27918e36c2befc1fba879a5d3;hb=04b1757467bcb4e287dd1c34d5a21f76705340d6;hp=03878dc24f0c886c699025d6815bdd4d3224ec1b;hpb=ca208671cc79bbc05c574df788035878e5d39382;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 03878dc2..5153c5c1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,14 +2,20 @@ ADD_LIBRARY(src OBJECT main.c session.c - http-svc.c - afb-rest-api.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 websock.c - helper-api.c) + verbose.c + utils-upoll.c +) INCLUDE_DIRECTORIES(${include_dirs})