replace jsoncpp with nlohmann_json
This commit is contained in:
parent
1aa56f24a3
commit
6b251a4a32
6 changed files with 54 additions and 52 deletions
4
3rdparty/CMakeLists.txt
vendored
Normal file
4
3rdparty/CMakeLists.txt
vendored
Normal 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
1
3rdparty/nlohmann_json
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit b553a8a93cd72d45c942b9eb9e320fc0d44f5b74
|
Loading…
Add table
Add a link
Reference in a new issue