ml_string
This commit is contained in:
@@ -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/)
|
||||
|
||||
Reference in New Issue
Block a user