X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=7e25276c3292aebcc603cff8c20dc3d382d24cfe;hb=83ce3b29a598141f8f28afde655beb07ec78c312;hp=03878dc24f0c886c699025d6815bdd4d3224ec1b;hpb=ca208671cc79bbc05c574df788035878e5d39382;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 03878dc2..7e25276c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,14 +2,17 @@ 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 websock.c - helper-api.c) + verbose.c + utils-upoll.c +) INCLUDE_DIRECTORIES(${include_dirs})