replace jsoncpp with nlohmann_json

This commit is contained in:
Martin Brodbeck 2018-10-18 12:06:36 +02:00
parent 1aa56f24a3
commit 6b251a4a32
6 changed files with 54 additions and 52 deletions

4
3rdparty/CMakeLists.txt vendored Normal file
View file

@ -0,0 +1,4 @@
if(NOT KIMA2_USE_EXTERNAL_JSON)
set(JSON_BuildTests OFF CACHE INTERNAL "")
add_subdirectory(nlohmann_json)
endif()

1
3rdparty/nlohmann_json vendored Submodule

@ -0,0 +1 @@
Subproject commit b553a8a93cd72d45c942b9eb9e320fc0d44f5b74