X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=7e25276c3292aebcc603cff8c20dc3d382d24cfe;hb=911df9d068b3e259dcab970ded4132a7397f565f;hp=605a0df1940a90204f955e0eed7be25662ac3ab3;hpb=4d603302535155ffe71208e86de14c7abc4e775d;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 605a0df1..7e25276c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,13 +2,17 @@ ADD_LIBRARY(src OBJECT main.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 afb-websock.c websock.c - helper-api.c) + verbose.c + utils-upoll.c +) INCLUDE_DIRECTORIES(${include_dirs})