From 9dfa6b9427115e7402ce25e40e4d78b20d559c93 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Thu, 6 Jul 2017 11:32:50 +0200 Subject: Move all nlohmann::json to json_helper.cpp 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 4a0eafe..17796be 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -13,7 +13,7 @@ add_library(winman MODULE wayland.hpp util.cpp util.hpp - ${IVI_CON_PROTO}) + ${IVI_CON_PROTO} json_helper.cpp json_helper.hpp) target_include_directories(winman PRIVATE -- cgit 1.2.3-korg