kima2/3rdparty/CMakeLists.txt

5 lines
136 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 "")
2018-10-19 12:34:48 +02:00
add_subdirectory(nlohmann_json EXCLUDE_FROM_ALL)
2018-10-18 12:06:36 +02:00
endif()