kima2/3rdparty/CMakeLists.txt

5 lines
119 B
CMake

if(NOT KIMA2_USE_EXTERNAL_JSON)
set(JSON_BuildTests OFF CACHE INTERNAL "")
add_subdirectory(nlohmann_json)
endif()