changes here, changes there

This commit is contained in:
2021-02-16 19:53:39 +01:00
parent c1532e78b1
commit 4b93f39375
9 changed files with 332 additions and 121 deletions

View File

@@ -20,10 +20,11 @@ set(PROJECT_NAME ml)
set(SOURCE
ml.cpp
ml_io.cpp
ml_io.cpp
ml_date.cpp
clib/csvparser.cpp
clib/sslclient.cpp
clib/json11.cpp)
clib/json11.cpp ml_date.h ml_date.cpp)
add_executable(${PROJECT_NAME} ${SOURCE})