proxy-network/src/CMakeLists.txt

11 lines
177 B
CMake
Raw Normal View History

add_executable(web_server
./mt_web_server.cpp
)
add_executable(proxy
./multi_threads.cpp
)
target_include_directories(proxy-network PUBLIC ${CMAKE_CURRENT_LIST_DIR})