X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=03878dc24f0c886c699025d6815bdd4d3224ec1b;hb=cc4b56b6710624c069642d1a510d0060949fe5b9;hp=aad78e1613e7083807d6dcb60397c836a8df1655;hpb=f16675ed24fd331903b8d6ef5d8ac07f6acbd6b0;p=src%2Fapp-framework-binder.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index aad78e16..03878dc2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,2 +1,15 @@ -ADD_LIBRARY(src OBJECT main.c config.c session.c http-svc.c rest-api.c helper-api.c) + +ADD_LIBRARY(src OBJECT + main.c + session.c + http-svc.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}) +