X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=597a6104497762f3685d0fc7a20b1d11ef4e65f9;hb=6d805fcec8891d85c92936881f962af3deee324e;hp=e50828712db56d3543b5e7a80a9bc96e06986bd2;hpb=d4b51c94f4c096f17f6a6f79d4d973715c4c1a07;p=apps%2Fagl-service-windowmanager.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e508287..597a610 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -14,7 +14,7 @@ # limitations under the License. # -wlproto(IVI_CON ivi-controller) +wlproto(IVI_CON ivi-wm) include(FindPkgConfig) pkg_check_modules(AFB REQUIRED afb-daemon) @@ -27,8 +27,8 @@ set(TARGETS_WM windowmanager-service) add_library(${TARGETS_WM} MODULE main.cpp - wayland.cpp - wayland.hpp + wayland_ivi_wm.cpp + wayland_ivi_wm.hpp util.cpp util.hpp layout.cpp @@ -37,15 +37,17 @@ add_library(${TARGETS_WM} MODULE json_helper.cpp json_helper.hpp app.hpp app.cpp - afb_binding_api.cpp result.hpp - afb_binding_api.hpp layers.cpp layers.hpp controller_hooks.hpp config.cpp config.hpp - policy.hpp) + policy.hpp + wm_client.cpp + wm_error.cpp + applist.cpp + request.cpp) target_include_directories(${TARGETS_WM} PRIVATE