fixed a leak and files should be received reliably
This commit is contained in:
parent
078fb9a706
commit
8acc0b89e1
2 changed files with 10 additions and 7 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue