extracted http client

This commit is contained in:
john30
2018-01-28 15:12:59 +01:00
parent 472c25fb0c
commit d6668713d1
5 changed files with 270 additions and 87 deletions
Regular → Executable
+6 -11
View File
@@ -1,18 +1,13 @@
add_definitions(-Wconversion)
set(libutils_a_SOURCES
log.cpp
log.h
tcpsocket.cpp
tcpsocket.h
thread.cpp
thread.h
clock.cpp
clock.h
log.h log.cpp
tcpsocket.h tcpsocket.cpp
thread.h thread.cpp
clock.h clock.cpp
queue.h
notify.h
rotatefile.cpp
rotatefile.h
)
rotatefile.h rotatefile.cpp
httpclient.h httpclient.cpp)
add_library(utils ${libutils_a_SOURCES})