3rdparty renamed to subprojects

This commit is contained in:
Martin Brodbeck 2019-10-10 13:36:18 +02:00
parent fc308c644c
commit 2faa2fa019
6 changed files with 30 additions and 3 deletions

View file

@ -0,0 +1,5 @@
if(NOT KIMA2_USE_EXTERNAL_JSON)
set(JSON_BuildTests OFF CACHE INTERNAL "")
add_subdirectory(nlohmann_json EXCLUDE_FROM_ALL)
endif()
add_subdirectory(csv-parser)