fixed a leak and files should be received reliably

This commit is contained in:
Luna 2025-05-15 04:34:29 +02:00
parent 078fb9a706
commit 8acc0b89e1
2 changed files with 10 additions and 7 deletions

View file

@ -4,8 +4,7 @@ set(CMAKE_CXX_STANDARD 23)
add_subdirectory(netlib)
add_executable(web_serv main.cpp
)
add_executable(web_serv main.cpp)
target_link_libraries(web_serv PRIVATE netlib)