File tree 1 file changed +0
-27
lines changed
1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -50,33 +50,6 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
50
50
add_library (cppnetlib-http-client-connections ${CPP-NETLIB_HTTP_CLIENT_CONNECTIONS_SRCS})
51
51
endif ()
52
52
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
-
80
53
set (CPP-NETLIB_CONSTANTS_SRCS constants.cpp)
81
54
if (NOT CPP-NETLIB_BUILD_SINGLE_LIB)
82
55
add_library (cppnetlib-constants ${CPP-NETLIB_CONSTANTS_SRCS})
You can’t perform that action at this time.
0 commit comments