X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=707b2e09389ccc5ea583645397b15f57ccb236a4;hb=1e8edd92a04281bddc86fff3db5b407943504aed;hp=50e3ef37470ff9831c26feb6be009a4bff149245;hpb=a51560db710b400a1d2c68831c368158a94bdb81;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 50e3ef37..707b2e09 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,23 @@ -IF(librtlsdr_FOUND) - ADD_DEFINITIONS(-DHAVE_RADIO_PLUGIN=1) -ENDIF(librtlsdr_FOUND) -ADD_LIBRARY(src OBJECT main.c config.c session.c http-svc.c rest-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-websock.c + afb-ws-json.c + afb-ws.c + main.c + session.c + verbose.c + websock.c +) + INCLUDE_DIRECTORIES(${include_dirs}) +