X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=fe497fc9404df538cc00125971975a89375d3b8c;hb=69d7968b9713dafa23268ee34516e50133ca8b36;hp=83977e233fd38a7b118cf45275f9a18c9e3eefb9;hpb=5200d7022b34c0be646ae92de8c638c9437c7072;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 83977e23..fe497fc9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -56,15 +56,18 @@ INCLUDE_DIRECTORIES( ) ADD_LIBRARY(afb-lib STATIC + afb-api.c afb-api-dbus.c afb-api-so.c afb-api-so-v1.c afb-api-so-v2.c afb-api-ws.c - afb-apis.c + afb-apiset.c afb-common.c afb-config.c afb-context.c + afb-cred.c + afb-ditf.c afb-evt.c afb-hook.c afb-hreq.c @@ -74,8 +77,9 @@ ADD_LIBRARY(afb-lib STATIC afb-msg-json.c afb-perm.c afb-session.c - afb-svc.c + afb-stub-ws.c afb-subcall.c + afb-svc.c afb-websock.c afb-ws-client.c afb-ws-json1.c