From 72469bafa9d81a5578f53ec40175001f4c77cff6 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Tue, 5 Jul 2016 16:38:54 +0200 Subject: irmd: Move registry to its own sources All registry functionality has been extracted from the IRMd to improve modularity and legibility of the code. --- src/irmd/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/irmd/CMakeLists.txt') diff --git a/src/irmd/CMakeLists.txt b/src/irmd/CMakeLists.txt index a402b242..bf810d96 100644 --- a/src/irmd/CMakeLists.txt +++ b/src/irmd/CMakeLists.txt @@ -7,6 +7,7 @@ include_directories(${CMAKE_BINARY_DIR}/include) set(SOURCE_FILES # Add source files here main.c + registry.c utils.c ) -- cgit v1.2.3