X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=src%2FCMakeLists.txt;h=bad60b34db9df6b134e237bdfbb353818ef25727;hb=36a165503297903204be32a07e0440ca56dac7f0;hp=aad78e1613e7083807d6dcb60397c836a8df1655;hpb=f16675ed24fd331903b8d6ef5d8ac07f6acbd6b0;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index aad78e16..bad60b34 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,2 +1,24 @@ -ADD_LIBRARY(src OBJECT main.c config.c session.c http-svc.c rest-api.c helper-api.c) + +ADD_LIBRARY(src OBJECT + 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-method.c + afb-msg-json.c + afb-sig-handler.c + afb-websock.c + afb-ws-json.c + afb-ws.c + main.c + session.c + verbose.c + websock.c +) + INCLUDE_DIRECTORIES(${include_dirs}) +