X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2FCMakeLists.txt;h=fe497fc9404df538cc00125971975a89375d3b8c;hb=3634c468ec7de94f6911c532a606625418fa5133;hp=0566206ee71765e5889020074f5a0da2571829dc;hpb=e62227977bbc161d2d0ae49951f9a4fbf02a354e;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0566206e..fe497fc9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -56,15 +56,17 @@ 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 @@ -75,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