X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=03878dc24f0c886c699025d6815bdd4d3224ec1b;hb=ca208671cc79bbc05c574df788035878e5d39382;hp=77850a29a3d174cb0df9e09f37735a62b6a2c5be;hpb=32b5e2069bca01ae176ed15e38b5616435bf396f;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 77850a29..03878dc2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,12 +1,14 @@ ADD_LIBRARY(src OBJECT main.c - config.c session.c http-svc.c - rest-api.c + afb-rest-api.c + afb-apis.c afb-method.c afb-hreq.c + afb-websock.c + websock.c helper-api.c) INCLUDE_DIRECTORIES(${include_dirs})