From be9cbe2c4d0bc0f65cbe08de2bad3eb6e7f248c0 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Sat, 23 Jun 2018 08:42:45 +0900 Subject: Clean: remove useless headers * Shorten build time * Remove unnecessary dependencies Change-Id: I960b2a21124cabc62ef73436fb5a7ab5191c4e0d Signed-off-by: Kazumasa Mitsunari --- src/CMakeLists.txt | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cc3efc3..47d4bf8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,22 +28,13 @@ set(TARGETS_WM windowmanager-service) add_library(${TARGETS_WM} MODULE main.cpp wayland_ivi_wm.cpp - wayland_ivi_wm.hpp util.cpp - util.hpp layout.cpp - layout.hpp ${IVI_CON_PROTO} json_helper.cpp - json_helper.hpp - app.hpp app.cpp - result.hpp + app.cpp layers.cpp - layers.hpp - controller_hooks.hpp - config.cpp - config.hpp - policy.hpp) + config.cpp) target_include_directories(${TARGETS_WM} PRIVATE -- cgit 1.2.3-korg