From e561fd5d5e2564dcb6d5e4358ac7d3b917016ebb Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Fri, 6 Jun 2014 12:44:27 +0200 Subject: First implementation of DLT DBus adapter. Signed-off-by: Alexander Wenzel --- src/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a288381..52291f8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,3 +36,7 @@ endif( WITH_DLT_TESTS ) if( WITH_DLT_SYSTEM ) add_subdirectory( system ) endif( WITH_DLT_SYSTEM ) + +if( WITH_DLT_DBUS ) + add_subdirectory( dbus ) +endif( WITH_DLT_DBUS ) -- cgit v1.2.1