X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=6956d0d2e1be3dfc4934b81e7f0dfe65ce4794e8;hb=a05138e6bf1257b0e7b1ad90c974fb9e12f1d040;hp=653cf8c90cf66caae84b52c49eced9208c3ed72f;hpb=c9ba2ce49808a19a4ef982280a46256797b830ae;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 653cf8c9..6956d0d2 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) @@ -63,6 +65,8 @@ ADD_LIBRARY(afb-lib STATIC afb-common.c afb-config.c afb-context.c + afb-cred.c + afb-ditf.c afb-evt.c afb-hook.c afb-hreq.c @@ -70,15 +74,16 @@ ADD_LIBRARY(afb-lib STATIC afb-hswitch.c afb-method.c afb-msg-json.c + afb-perm.c afb-session.c afb-svc.c afb-subcall.c - afb-thread.c afb-websock.c afb-ws-client.c afb-ws-json1.c afb-ws.c afb-wsj1.c + afb-xreq.c jobs.c locale-root.c sd-fds.c