From 9ce5644a2350f8acbf606b2ee1073727578111ee Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Mon, 24 Jul 2017 11:42:32 +0200 Subject: [PATCH] cmake: fix source list layout Signed-off-by: Marcus Fritzsch --- src/CMakeLists.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c81a481..a04173e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,7 +18,15 @@ add_library(winman MODULE wayland.hpp util.cpp util.hpp - ${IVI_CON_PROTO} json_helper.cpp json_helper.hpp app.hpp app.cpp result.hpp afb_binding_api.hpp afb_binding_glue.inl) + layout.cpp + layout.hpp + ${IVI_CON_PROTO} + json_helper.cpp + json_helper.hpp + app.hpp app.cpp + result.hpp + afb_binding_api.hpp + afb_binding_glue.inl) target_include_directories(winman PRIVATE -- 2.16.6