read bin file

This commit is contained in:
2025-03-14 16:25:25 +01:00
parent 90a16ddcb9
commit 5814fdd0cb
5 changed files with 253 additions and 1 deletions

View File

@ -39,6 +39,9 @@ add_executable(Sim_C__
src/services/Cost/ServiceCharge.h
src/helper/StringOperations.cpp
src/helper/StringOperations.h
src/helper/CsvBinary.cpp
src/helper/CsvBinary.h
tests/helper/test_CsvBinary.cpp
)
find_package(doctest CONFIG REQUIRED)
find_package(spdlog CONFIG REQUIRED)