@@ -50,33 +50,6 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
5050 add_library (cppnetlib-http-client-connections ${CPP-NETLIB_HTTP_CLIENT_CONNECTIONS_SRCS})
5151endif ()
5252
53- set (CPP-NETLIB_HTTP_CLIENT_SRCS
54- http/client.cpp)
55- add_library (cppnetlib-http-client ${CPP-NETLIB_HTTP_CLIENT_SRCS})
56- add_dependencies (cppnetlib-http-client
57- ${CPP-NETLIB_LOGGING_LIB}
58- cppnetlib-constants
59- cppnetlib-uri
60- cppnetlib-message
61- cppnetlib-message-wrappers
62- cppnetlib-message-directives
63- cppnetlib-http-message
64- cppnetlib-http-message-wrappers
65- cppnetlib-http-client-connections
66- )
67- target_link_libraries (cppnetlib-http-client
68- ${Boost_LIBRARIES}
69- ${CPP-NETLIB_LOGGING_LIB}
70- cppnetlib-constants
71- cppnetlib-uri
72- cppnetlib-message
73- cppnetlib-message-wrappers
74- cppnetlib-message-directives
75- cppnetlib-http-message
76- cppnetlib-http-message-wrappers
77- cppnetlib-http-client-connections
78- )
79-
8053set (CPP-NETLIB_CONSTANTS_SRCS constants.cpp)
8154if (NOT CPP-NETLIB_BUILD_SINGLE_LIB)
8255 add_library (cppnetlib-constants ${CPP-NETLIB_CONSTANTS_SRCS})