From 02e692afa0b3c68d37b68e08a760f7030afc4f6a Mon Sep 17 00:00:00 2001
From: Sergey Linev <S.Linev@gsi.de>
Date: Fri, 13 Apr 2018 11:23:12 +0200
Subject: [PATCH] json: move json.hpp parser to io/io/res/ subfolder

---
 io/io/CMakeLists.txt        | 2 +-
 io/io/{src => res}/json.hpp | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename io/io/{src => res}/json.hpp (100%)

diff --git a/io/io/CMakeLists.txt b/io/io/CMakeLists.txt
index 78e94786da0..a7cc6c18d61 100644
--- a/io/io/CMakeLists.txt
+++ b/io/io/CMakeLists.txt
@@ -4,7 +4,7 @@
 
 set(libname RIO)
 
-include_directories(${CMAKE_SOURCE_DIR}/core/clib/res)
+include_directories(${CMAKE_SOURCE_DIR}/core/clib/res ${CMAKE_SOURCE_DIR}/io/io/res)
 
 ROOT_GENERATE_DICTIONARY(G__RIO *.h ROOT/*.hxx STAGE1 MODULE ${libname} LINKDEF LinkDef.h DEPENDENCIES Core Thread)
 
diff --git a/io/io/src/json.hpp b/io/io/res/json.hpp
similarity index 100%
rename from io/io/src/json.hpp
rename to io/io/res/json.hpp
-- 
GitLab