proxy-network/src/CMakeLists.txt

10 lines
108 B
CMake

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