Added proxy base and fixed web server #1

Merged
Trianta merged 13 commits from dev into master 2023-09-30 17:14:11 -05:00
Showing only changes of commit 15b1b7beb2 - Show all commits

View File

@ -6,5 +6,5 @@ add_executable(proxy
./multi_threads.cpp ./multi_threads.cpp
) )
target_include_directories(proxy-network PUBLIC ${CMAKE_CURRENT_LIST_DIR}) target_include_directories(web_server PUBLIC ${CMAKE_CURRENT_LIST_DIR})