Skip to content
Snippets Groups Projects
Commit bbf1b9db authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] Fixes

parent 4a1ea0e1
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,6 @@ set(DAP_UDP_SERVER_SRCS dap_udp_server.c dap_udp_client.h dap_udp_client.c) ...@@ -13,6 +13,6 @@ set(DAP_UDP_SERVER_SRCS dap_udp_server.c dap_udp_client.h dap_udp_client.c)
add_library(${PROJECT_NAME} STATIC ${DAP_UDP_SERVER_SRCS}) add_library(${PROJECT_NAME} STATIC ${DAP_UDP_SERVER_SRCS})
target_link_libraries(${PROJECT_NAME} dap_core_server ev) target_link_libraries(${PROJECT_NAME} dap_core dap_server_core ev)
target_include_directories(${PROJECT_NAME} INTERFACE .) target_include_directories(${PROJECT_NAME} INTERFACE .)
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