X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=2ff6edfb947f092f475d27e565e7f65e8458e68e;hb=dde7d32db7ac1f784e84e79d33442558a7c21d41;hp=7e25276c3292aebcc603cff8c20dc3d382d24cfe;hpb=83ce3b29a598141f8f28afde655beb07ec78c312;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7e25276c..2ff6edfb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,17 +1,23 @@ 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-sig-handler.c afb-websock.c - websock.c + afb-ws-json1.c + afb-ws.c + main.c + session.c verbose.c - utils-upoll.c + websock.c ) INCLUDE_DIRECTORIES(${include_dirs})