X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2FCMakeLists.txt;h=707b2e09389ccc5ea583645397b15f57ccb236a4;hb=f1b901ed676b2d45ec8e6ae3d6ef2f94d79f9ee6;hp=9ddb51132e63c6184af5f1a05a73f9ab20108f7d;hpb=1205c90cccd3144bab24b4b5fd8dcbf0d0e6b570;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9ddb5113..707b2e09 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,14 +1,23 @@ ADD_LIBRARY(src OBJECT - main.c - session.c - http-svc.c + afb-api-dbus.c + afb-api-so.c afb-apis.c - afb-method.c + afb-common.c + afb-context.c afb-hreq.c + afb-hsrv.c + afb-hswitch.c + afb-method.c + afb-msg-json.c afb-websock.c + afb-ws-json.c + afb-ws.c + main.c + session.c + verbose.c websock.c - helper-api.c) +) INCLUDE_DIRECTORIES(${include_dirs})