11 lines
126 B
CMake
11 lines
126 B
CMake
add_executable(proxy
|
|
./proxy.cpp
|
|
./network.cpp
|
|
)
|
|
|
|
add_executable(web_server
|
|
./web_server.cpp
|
|
./network.cpp
|
|
)
|
|
|