9 lines
90 B
CMake
9 lines
90 B
CMake
add_executable(web_server
|
|
./web_server.cpp
|
|
)
|
|
|
|
add_executable(proxy
|
|
./proxy.cpp
|
|
)
|
|
|