X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=089c46249be523d39c3257b7104a36f18274dc7c;hb=f2995647f0f79e816c7f46033e1ec824185732b5;hp=6956d0d2e1be3dfc4934b81e7f0dfe65ce4794e8;hpb=a05138e6bf1257b0e7b1ad90c974fb9e12f1d040;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6956d0d2..089c4624 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}") @@ -56,12 +57,13 @@ 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 @@ -73,11 +75,13 @@ 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