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

[*] cmake fix

parent 29fa0ea3
No related branches found
No related tags found
No related merge requests found
Pipeline #15539 passed with stage
in 1 second
...@@ -48,7 +48,7 @@ if(WIN32) ...@@ -48,7 +48,7 @@ if(WIN32)
endif() endif()
if(UNIX) if(UNIX)
target_link_libraries(${PROJECT_NAME} dap_http_server dap_core dap_server_core magic json-c) target_link_libraries(${PROJECT_NAME} dap_core dap_server_core magic json-c)
target_include_directories(${PROJECT_NAME} PUBLIC ${IPUTILS_INCLUDE_DIRS}) target_include_directories(${PROJECT_NAME} PUBLIC ${IPUTILS_INCLUDE_DIRS})
endif() 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