X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=bec9124e8685378195910574e5f7dc01791fbfda;hb=1164734afd826ca8cef0a624aa4f4c59ecb1e228;hp=919e0d59a257aba2fc66ab65b40015eb0670b40d;hpb=6797f9722dd3e5463e0f7c118397955bb59a40c7;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 919e0d59..bec9124e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -22,6 +22,8 @@ endif(CMAKE_C_COMPILER_VERSION VERSION_LESS 4.9) INCLUDE(FindPkgConfig) +ADD_SUBDIRECTORY(tests) + ADD_DEFINITIONS(-DBINDING_INSTALL_DIR="${binding_install_dir}") # Always add INFER_EXTENSION (more details in afb-hreq.c) ADD_DEFINITIONS(-DINFER_EXTENSION) @@ -54,26 +56,31 @@ INCLUDE_DIRECTORIES( ) ADD_LIBRARY(afb-lib STATIC + afb-api.c afb-api-dbus.c afb-api-so.c afb-api-so-v1.c afb-api-so-v2.c afb-api-ws.c - afb-apis.c + afb-apiset.c afb-common.c afb-config.c afb-context.c + afb-cred.c + afb-ditf.c afb-evt.c afb-hook.c afb-hreq.c afb-hsrv.c afb-hswitch.c afb-method.c + afb-monitor.c afb-msg-json.c + afb-perm.c afb-session.c - afb-svc.c + afb-stub-ws.c afb-subcall.c - afb-thread.c + afb-svc.c afb-websock.c afb-ws-client.c afb-ws-json1.c