Browse Source

json parser added to link path

Former-commit-id: e2ef4871ea
tempestpy_adaptions
sjunges 9 years ago
parent
commit
20511b142a
  1. 10
      CMakeLists.txt

10
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)

Loading…
Cancel
Save