proxy-network/src/CMakeLists.txt

9 lines
90 B
CMake

add_executable(web_server
./web_server.cpp
)
add_executable(proxy
./proxy.cpp
)