diff --git a/.gitmodules b/.gitmodules index d309e0f5..a00cea25 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "thirdparty/json"] path = thirdparty/json url = https://github.com/nlohmann/json.git +[submodule "thirdparty/rapidcsv"] + path = thirdparty/rapidcsv + url = https://github.com/d99kris/rapidcsv.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c96070b3..814f7f88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -311,6 +311,8 @@ if(EIVE_ADD_JSON_LIB) add_subdirectory(${LIB_JSON_PATH}) endif() +add_subdirectory(thirdparty/rapidcsv) + if(EIVE_ADD_LINUX_FILES) add_subdirectory(${LIB_ARCSEC_PATH}) add_subdirectory(${LINUX_PATH}) @@ -409,6 +411,7 @@ endif() target_link_libraries(${UNITTEST_NAME} PRIVATE Catch2 ${LIB_EIVE_MISSION} + rapidcsv ) if(TGT_BSP MATCHES "arm/egse") diff --git a/misc/eclipse/.cproject b/misc/eclipse/.cproject index 4c345a2d..355faa4d 100644 --- a/misc/eclipse/.cproject +++ b/misc/eclipse/.cproject @@ -603,7 +603,7 @@ - +