Skip to content
Snippets Groups Projects
Commit 29fa0ea3 authored by dpuzyrkov's avatar dpuzyrkov
Browse files

[*] fix unix library link in net/server/http_server

parent 47f55193
No related branches found
No related tags found
No related merge requests found
Pipeline #15537 passed with stage
in 2 seconds
......@@ -48,5 +48,7 @@ if(WIN32)
endif()
if(UNIX)
target_link_libraries(dap_http_server dap_core dap_server_core magic json-c)
target_link_libraries(${PROJECT_NAME} dap_http_server dap_core dap_server_core magic json-c)
target_include_directories(${PROJECT_NAME} PUBLIC ${IPUTILS_INCLUDE_DIRS})
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment