mirror of
https://github.com/monero-project/monero.git
synced 2025-03-12 18:06:32 -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_headers})
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(fcmp ws2_32 ntdll userenv)
|
||||
endif()
|
||||
|
||||
target_link_libraries(fcmp
|
||||
PUBLIC
|
||||
crypto
|
||||
|
Loading…
x
Reference in New Issue
Block a user