From d7f82f5a212e228e0d4b3891dab4641f1c0eea4c Mon Sep 17 00:00:00 2001 From: Emre Ucan Date: Tue, 7 Apr 2015 13:50:11 +0200 Subject: ivi-input-controller: Add ivi-input-controller module This module grabs all input and will process it accordingly. Currently, it grabs all input and does nothing. Signed-off-by: Emre Ucan --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ba8e32d..22fb75c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,7 @@ add_subdirectory(ivi-layermanagement-examples) if(WITH_ILM_INPUT) add_subdirectory(ivi-input-api/ilmInput) + add_subdirectory(ivi-input-controller) endif() -- cgit v1.2.1