X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=877f7aaf535a302abde3c6b4d48748a1d1653aab;hb=0609e7481a2c2ab475ebd3cba60ce88eb53ddd20;hp=fe497fc9404df538cc00125971975a89375d3b8c;hpb=69d7968b9713dafa23268ee34516e50133ca8b36;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fe497fc9..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,8 +75,8 @@ 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-stub-ws.c afb-subcall.c