extract string helper

This commit is contained in:
John
2022-04-18 08:20:20 +02:00
parent ba5d264098
commit 88916b9a18
7 changed files with 829 additions and 741 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ set(libutils_a_SOURCES
queue.h
notify.h
rotatefile.h rotatefile.cpp
httpclient.h httpclient.cpp)
httpclient.h httpclient.cpp
)
add_library(utils ${libutils_a_SOURCES})