Skip to content
Snippets Groups Projects
Commit 667bf14a authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Added json helpers and installation of nlohmann/json.hpp

	modified:   CMakeLists.txt
	modified:   THcParmList.cxx
	renamed:    json.hpp -> nlohmann/json.hpp
parent 39d7559e
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ install(TARGETS ${LIBNAME}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)
install(FILES ${allheaders} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(DIRECTORY nlohmann DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
#----------------------------------------------------------------------------
# libHallCDict
......
......@@ -25,7 +25,7 @@ An instance of THaTextvars is created to hold the string parameters.
#include <iomanip>
#include "TBufferJSON.h"
#include "json.hpp"
#include "nlohmann/json.hpp"
#include "TObjArray.h"
#include "TObjString.h"
#include "TSystem.h"
......
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