kima2/3rdparty/CMakeLists.txt

5 lines
119 B
CMake
Raw Normal View History

2018-10-18 12:06:36 +02:00
if(NOT KIMA2_USE_EXTERNAL_JSON)
set(JSON_BuildTests OFF CACHE INTERNAL "")
add_subdirectory(nlohmann_json)
endif()