From 7678bfc942bd501f8e121ff153d1852d73578257 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Wed, 12 Jul 2017 16:40:29 +0200 Subject: main: move most of main to app, separate ownership * Move everything apart from the display connection itself to App. * Everything depending on the display however is owned by App. * Dispatch events for the application in App::dispatch_events() That is, display_dispatch and local stuff e.g. execute_pending(). Signed-off-by: Marcus Fritzsch --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4bb082f..a0d3db6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,7 +24,8 @@ target_include_directories(winman PRIVATE ${AFB_INCLUDE_DIRS} ${SD_INCLUDE_DIRS} - ../include) + ../include + ../src) target_link_libraries(winman PRIVATE -- cgit 1.2.3-korg