added importing from csv

This commit is contained in:
Martin Brodbeck 2019-09-26 16:41:39 +02:00
parent 780e37f565
commit 8265212c11
8 changed files with 112 additions and 6 deletions

View file

@ -2,3 +2,4 @@ if(NOT KIMA2_USE_EXTERNAL_JSON)
set(JSON_BuildTests OFF CACHE INTERNAL "")
add_subdirectory(nlohmann_json EXCLUDE_FROM_ALL)
endif()
add_subdirectory(csv-parser)

2
3rdparty/csv-parser vendored

@ -1 +1 @@
Subproject commit dab0416d838b560ac7cd7090a32081d0a1e1c919
Subproject commit e4a899dcafcfa14e448348e9b3c8c06d7697dbf8