From 20511b142a91aa257a58c703d4db7ebe9d3c42cd Mon Sep 17 00:00:00 2001 From: sjunges Date: Wed, 18 May 2016 22:44:55 +0200 Subject: [PATCH] json parser added to link path Former-commit-id: e2ef4871ea241ebf4ea6a6da00d359370033d21b --- CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2621cf4d..a39f15b53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -253,6 +253,16 @@ message(STATUS "StoRM - Using Boost ${Boost_VERSION} (lib ${Boost_LIB_VERSION})" message (STATUS "StoRM - Including ExprTk") include_directories("${PROJECT_SOURCE_DIR}/resources/3rdparty/exprtk") +############################################################# +## +## ModernJSON +## +############################################################# + +#use the shipped version of modernjson +message (STATUS "StoRM - Including ModernJSON") +include_directories("${PROJECT_SOURCE_DIR}/resources/3rdparty/modernjson/src/") + ############################################################# ## ## Z3 (optional)