Skip to content
Snippets Groups Projects
Commit c85d4d08 authored by psychocrypt's avatar psychocrypt
Browse files

fix broken windows compile with v140

add microhttpd libs explicit to `xmr-stak-c`
parent 27e511a1
No related branches found
No related tags found
No related merge requests found
......@@ -446,7 +446,7 @@ add_library(xmr-stak-c
${SRCFILES_C}
)
set_property(TARGET xmr-stak-c PROPERTY C_STANDARD 99)
target_link_libraries(xmr-stak-c ${LIBS})
target_link_libraries(xmr-stak-c ${MHTD} ${LIBS})
# compile generic backend files
file(GLOB BACKEND_CPP
......
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