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()
|
2019-09-26 16:41:39 +02:00
|
|
|
add_subdirectory(csv-parser)
|