Skip to content
Snippets Groups Projects
Commit 02e692af authored by Sergey Linev's avatar Sergey Linev Committed by Philippe Canal
Browse files

json: move json.hpp parser to io/io/res/ subfolder

parent fea2b02c
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
set(libname RIO) 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) ROOT_GENERATE_DICTIONARY(G__RIO *.h ROOT/*.hxx STAGE1 MODULE ${libname} LINKDEF LinkDef.h DEPENDENCIES Core Thread)
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment