X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;fp=src%2FCMakeLists.txt;h=bf8b33f19ac49bf5566c7e6e21efdf1cefb0ba60;hb=ea459cc8988c3e664c3f9d56d3a9929775d8b57b;hp=dbd7fbeb0f3b7689d102fc04230a9db0f3929377;hpb=28b7b54a65f7954c4e279e22d2ff4f49ccc39f7f;p=apps%2Fagl-service-homescreen.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index dbd7fbe..bf8b33f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,7 +24,9 @@ FIND_PACKAGE(Threads) pkg_check_modules(hs_binding_depends afb-daemon glib-2.0 gio-2.0 gio-unix-2.0 json-c) set(binding_hs_sources homescreen.cpp - hs-helper.cpp) + hs-helper.cpp + hs-clientmanager.cpp + hs-client.cpp) link_libraries(-Wl,--as-needed -Wl,--gc-sections -Wl,--no-undefined) include_directories(${PROJECT_SOURCE_DIR}/include)