proxy-network/src/CMakeLists.txt

11 lines
171 B
CMake
Raw Normal View History

add_executable(web_server
2023-09-30 02:30:57 -05:00
./web_server.cpp
)
add_executable(proxy
./multi_threads.cpp
)
2023-09-30 01:41:36 -05:00
target_include_directories(web_server PUBLIC ${CMAKE_CURRENT_LIST_DIR})