@@ -14,14 +14,14 @@ if (Boost_FOUND)
14
14
add_executable (cpp-netlib-message_transform_test message_transform_test.cpp )
15
15
add_executable (cpp-netlib-url_test url_test.cpp )
16
16
target_link_libraries (cpp-netlib-hello_world ${Boost_SYSTEM_LIBRARY} ${Boost_REGEX_LIBRARY} ${Boost_DATE_TIME_LIBRARY} ${Boost_THREAD_LIBRARY} pthread )
17
- target_link_libraries (cpp-netlib-http_1_0_test ${Boost_LIBRARIES} pthread ssl )
18
- target_link_libraries (cpp-netlib-http_1_1_test ${Boost_LIBRARIES} pthread ssl )
19
- target_link_libraries (cpp-netlib-http_message_test ${Boost_LIBRARIES} pthread ssl )
20
- target_link_libraries (cpp-netlib-message_test ${Boost_LIBRARIES} pthread ssl )
21
- target_link_libraries (cpp-netlib-message_transform_test ${Boost_LIBRARIES} pthread ssl )
22
- target_link_libraries (cpp-netlib-http_localhost_tests ${Boost_LIBRARIES} pthread ssl )
23
- target_link_libraries (cpp-netlib-https_localhost_tests ${Boost_LIBRARIES} pthread ssl )
24
- target_link_libraries (cpp-netlib-url_test ${Boost_LIBRARIES} pthread ssl )
17
+ target_link_libraries (cpp-netlib-http_1_0_test ${Boost_LIBRARIES} pthread ssl crypto )
18
+ target_link_libraries (cpp-netlib-http_1_1_test ${Boost_LIBRARIES} pthread ssl crypto )
19
+ target_link_libraries (cpp-netlib-http_message_test ${Boost_LIBRARIES} pthread ssl crypto )
20
+ target_link_libraries (cpp-netlib-message_test ${Boost_LIBRARIES} pthread ssl crypto )
21
+ target_link_libraries (cpp-netlib-message_transform_test ${Boost_LIBRARIES} pthread ssl crypto )
22
+ target_link_libraries (cpp-netlib-http_localhost_tests ${Boost_LIBRARIES} pthread ssl crypto )
23
+ target_link_libraries (cpp-netlib-https_localhost_tests ${Boost_LIBRARIES} pthread ssl crypto )
24
+ target_link_libraries (cpp-netlib-url_test ${Boost_LIBRARIES} pthread ssl crypto )
25
25
set_target_properties (cpp-netlib-hello_world cpp-netlib-http_1_0_test cpp-netlib-http_1_1_test cpp-netlib-message_test cpp-netlib-http_message_test cpp-netlib-message_transform_test cpp-netlib-http_localhost_tests cpp-netlib-https_localhost_tests cpp-netlib-url_test PROPERTIES RUNTIME_OUTPUT_DIRECTORY ../../../build/tests )
26
26
add_test (cpp-netlib-hello_world python httplib_acceptance.py ../../../build/tests/cpp-netlib-hello_world ../../../build/tests/cpp-netlib-hello_world.passed )
27
27
add_test (cpp-netlib-http_1_0_test ../../../build/tests/cpp-netlib-http_1_0_test )
0 commit comments