From 11369e6592800fcf03138b109fee3d4c0736f21a Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Wed, 7 Jun 2017 18:02:36 +0200 Subject: cpp, more listeners Signed-off-by: Marcus Fritzsch --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d38a6f6..86e7ecd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,7 @@ wlproto(IVI_APP ivi-application) wlproto(IVI_CON ivi-controller) add_executable(winman - main.c + main.cpp util.c util.h ${IVI_APP_PROTO} -- cgit 1.2.3-korg