X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=bc5fd4f08adacb8e5b10c301df0899e4f4636199;hb=82adb27966eace72f810716c19c660efd7c8b15a;hp=6eeb431d2c4d201897fb9edd2bdebd8f139ed84c;hpb=acdf592fee6d7f1970e42e31c23c2a88196051aa;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6eeb431d..bc5fd4f0 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-api.c - afb-plugins.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 + afb-common.c websock.c - helper-api.c) + verbose.c +) INCLUDE_DIRECTORIES(${include_dirs})