X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=3f8b84c697314b673403df34970e9ad900bf7127;hb=fb230eee946673ed5ebe9659d623c2a06d0a80ce;hp=03878dc24f0c886c699025d6815bdd4d3224ec1b;hpb=ca208671cc79bbc05c574df788035878e5d39382;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 03878dc2..3f8b84c6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,14 +2,15 @@ ADD_LIBRARY(src OBJECT main.c session.c - http-svc.c - afb-rest-api.c + afb-hsrv.c afb-apis.c afb-method.c afb-hreq.c afb-websock.c websock.c - helper-api.c) + verbose.c + utils-upoll.c +) INCLUDE_DIRECTORIES(${include_dirs})