diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-07-24 11:42:32 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-08 17:24:00 +0200 |
commit | 9ce5644a2350f8acbf606b2ee1073727578111ee (patch) | |
tree | 8d88d951735f15793b2da860af63e746ca46f283 | |
parent | 6fc5ebc931865c3e8caffd928b1f500b64dfa784 (diff) |
cmake: fix source list layout
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r-- | src/CMakeLists.txt | 10 |
1 files changed, 9 insertions, 1 deletions
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 |