diff options
author | 2018-06-22 18:40:22 +0900 | |
---|---|---|
committer | 2018-06-22 18:40:22 +0900 | |
commit | 77bcaac2f5dee79f062a7fd4b7e68ed8aaf82e4c (patch) | |
tree | 6d200725a0a9450be3e893649385327e30cf8d0d | |
parent | c7890a339a4b80e94e5d532a9e34400784638600 (diff) |
Remove header files in CMakeLists.txt
Change-Id: Id6c66286e00f563826aa1ae953383540405f14a7
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
-rw-r--r-- | src/CMakeLists.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c92190e..db3f9cd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,19 +28,12 @@ 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 wm_client.cpp wm_error.cpp applist.cpp |