ml_string

This commit is contained in:
2021-02-19 23:52:16 +01:00
parent a39e61a061
commit fa7cbad70b
5 changed files with 47 additions and 15 deletions

View File

@@ -25,6 +25,7 @@ set(SOURCE
ml.cpp
ml_io.cpp
ml_date.cpp
ml_string.cpp
clib/csvparser.cpp
clib/sslclient.cpp
clib/json11.cpp ml_date.h ml_date.cpp)
@@ -32,3 +33,7 @@ set(SOURCE
add_executable(${PROJECT_NAME} ${SOURCE})
target_link_libraries(${PROJECT_NAME} stdc++ m ssl crypto)
INSTALL(TARGETS ml
CONFIGURATIONS Release
DESTINATION /usr/local/bin/)