added importing from csv
This commit is contained in:
parent
780e37f565
commit
8265212c11
8 changed files with 112 additions and 6 deletions
1
3rdparty/CMakeLists.txt
vendored
1
3rdparty/CMakeLists.txt
vendored
|
@ -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
2
3rdparty/csv-parser
vendored
|
@ -1 +1 @@
|
|||
Subproject commit dab0416d838b560ac7cd7090a32081d0a1e1c919
|
||||
Subproject commit e4a899dcafcfa14e448348e9b3c8c06d7697dbf8
|
Loading…
Add table
Add a link
Reference in a new issue