3rdparty renamed to subprojects
This commit is contained in:
parent
fc308c644c
commit
2faa2fa019
6 changed files with 30 additions and 3 deletions
5
subprojects/CMakeLists.txt
Normal file
5
subprojects/CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue