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

[*] Fixed links

parent e2be3d6b
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ file(GLOB DAP_SERVER_CORE_HEADERS include/*.h)
add_library(${PROJECT_NAME} STATIC ${DAP_SERVER_CORE_HEADERS} ${DAP_SERVER_CORE_SOURCES})
target_link_libraries(${PROJECT_NAME} dap_test dap_core dap_crypto pthread memcached ev)
target_link_libraries(${PROJECT_NAME} dap_core dap_crypto pthread memcached ev)
target_include_directories(${PROJECT_NAME} PUBLIC include)
target_include_directories(${PROJECT_NAME} PRIVATE src)
......
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