X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=877f7aaf535a302abde3c6b4d48748a1d1653aab;hb=58ca325302568bfd7ddbdd5d2d4a31b49d0be85a;hp=3b1f1455b22d6113f27ec769bfa3343d92608e63;hpb=a8e971702f23ee67e02b4716ad4159f12cefdca6;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3b1f1455..877f7aaf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -22,6 +22,7 @@ endif(CMAKE_C_COMPILER_VERSION VERSION_LESS 4.9) INCLUDE(FindPkgConfig) +ADD_SUBDIRECTORY(genskel) ADD_SUBDIRECTORY(tests) ADD_DEFINITIONS(-DBINDING_INSTALL_DIR="${binding_install_dir}") @@ -74,11 +75,12 @@ ADD_LIBRARY(afb-lib STATIC 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-svc.c afb-websock.c afb-ws-client.c afb-ws-json1.c