Skip to content
Snippets Groups Projects
Commit d6c3bcc0 authored by armatusmiles's avatar armatusmiles
Browse files

[+] libmagic linking

parent b9e00d68
No related branches found
No related tags found
No related merge requests found
...@@ -16,5 +16,5 @@ include_directories("${INCLUDE_DIRECTORIES} ${dap_core_server_INCLUDE_DIRS}") ...@@ -16,5 +16,5 @@ include_directories("${INCLUDE_DIRECTORIES} ${dap_core_server_INCLUDE_DIRS}")
target_include_directories(dap_http_server INTERFACE . http_client ) target_include_directories(dap_http_server INTERFACE . http_client )
target_link_libraries( dap_http_server dap_core dap_crypto dap_core_server) target_link_libraries(dap_http_server dap_core dap_crypto dap_core_server magic)
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