X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=d396aef9dfd188da45f36a3ddb9bb57ce3d88e90;hb=36e53e878baaa9d56c09097ada0b7061266caff8;hp=60f83269376e4492025e335801784b28d316309e;hpb=9c4961a0e68458061171aef5f3b30a9b1fa8e333;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 60f83269..d396aef9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,6 @@ +if (CMAKE_C_COMPILER_VERSION VERSION_LESS 4.9) + message(FATAL_ERROR "Require at least gcc-4.9") +endif(CMAKE_C_COMPILER_VERSION VERSION_LESS 4.9) INCLUDE(FindPkgConfig) @@ -37,6 +40,7 @@ ADD_LIBRARY(afb-lib STATIC afb-common.c afb-context.c afb-evt.c + afb-hook.c afb-hreq.c afb-hsrv.c afb-hswitch.c @@ -45,6 +49,7 @@ ADD_LIBRARY(afb-lib STATIC afb-sig-handler.c afb-svc.c afb-subcall.c + afb-thread.c afb-websock.c afb-ws-client.c afb-ws-json1.c