mirror of
https://github.com/monero-project/monero.git
synced 2025-03-13 03:46:37 -04:00
Link additional libs on Windows (yet actually adding the relevant changes)
This commit is contained in:
parent
16536f3d2b
commit
1a44ceb905
@ -41,6 +41,10 @@ monero_add_library_with_deps(
|
|||||||
${fcmp_sources}
|
${fcmp_sources}
|
||||||
${fcmp_headers})
|
${fcmp_headers})
|
||||||
|
|
||||||
|
if(WIN32)
|
||||||
|
target_link_libraries(fcmp ws2_32 ntdll userenv)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_link_libraries(fcmp
|
target_link_libraries(fcmp
|
||||||
PUBLIC
|
PUBLIC
|
||||||
crypto
|
crypto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user