Added parse test for server and client.
This commit is contained in:
parent
419c3f0233
commit
3042ee4a31
3 changed files with 140 additions and 0 deletions
|
|
@ -39,3 +39,6 @@ target_link_libraries(https_examples ${CMAKE_THREAD_LIBS_INIT})
|
|||
add_executable(http_examples http_examples.cpp)
|
||||
target_link_libraries(http_examples ${Boost_LIBRARIES})
|
||||
target_link_libraries(http_examples ${CMAKE_THREAD_LIBS_INIT})
|
||||
|
||||
enable_testing()
|
||||
add_subdirectory(test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue