2023-09-30 01:40:56 -05:00
|
|
|
add_executable(web_server
|
2023-09-30 01:13:54 -05:00
|
|
|
./mt_web_server.cpp
|
|
|
|
)
|
|
|
|
|
2023-09-30 01:40:56 -05:00
|
|
|
add_executable(proxy
|
2023-09-30 01:13:54 -05:00
|
|
|
./multi_threads.cpp
|
2023-09-12 14:17:01 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
target_include_directories(proxy-network PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|
|
|
|
|