Skip to content
Snippets Groups Projects
Commit 8d30df72 authored by dpuzyrkov's avatar dpuzyrkov
Browse files

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

Former-commit-id: 29fa0ea3
parent 031d654b
No related branches found
No related tags found
1 merge request!897hotfix-6925
......@@ -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