X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=707b2e09389ccc5ea583645397b15f57ccb236a4;hb=4dd0c142414abd14eeaed8871cfc776139a78b28;hp=bc5fd4f08adacb8e5b10c301df0899e4f4636199;hpb=5dd6480727cc1ecb12483fc4d971d73176505748;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bc5fd4f0..707b2e09 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,20 +1,22 @@ ADD_LIBRARY(src OBJECT - main.c - session.c + afb-api-dbus.c + afb-api-so.c + afb-apis.c + afb-common.c + afb-context.c + afb-hreq.c afb-hsrv.c afb-hswitch.c - afb-apis.c - afb-api-so.c afb-method.c - afb-hreq.c + afb-msg-json.c afb-websock.c - afb-ws.c afb-ws-json.c - afb-msg-json.c - afb-common.c - websock.c + afb-ws.c + main.c + session.c verbose.c + websock.c ) INCLUDE_DIRECTORIES(${include_dirs})