X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=265720ccf6bedf39be1786ee6d0c7b8d6fc37095;hb=6373ce04e2d6c6ae77246bcf7560447b3daaed3d;hp=e50828712db56d3543b5e7a80a9bc96e06986bd2;hpb=d4b51c94f4c096f17f6a6f79d4d973715c4c1a07;p=apps%2Fagl-service-windowmanager-2017.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e508287..265720c 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,25 +27,17 @@ set(TARGETS_WM windowmanager-service) add_library(${TARGETS_WM} MODULE main.cpp - wayland.cpp - wayland.hpp + wayland_ivi_wm.cpp util.cpp - util.hpp layout.cpp - layout.hpp ${IVI_CON_PROTO} json_helper.cpp - json_helper.hpp - app.hpp app.cpp - afb_binding_api.cpp - result.hpp - afb_binding_api.hpp + window_manager.cpp layers.cpp - layers.hpp - controller_hooks.hpp - config.cpp - config.hpp - policy.hpp) + wm_client.cpp + wm_error.cpp + applist.cpp + request.cpp) target_include_directories(${TARGETS_WM} PRIVATE