Link additional libs on Windows (yet actually adding the relevant changes)

This commit is contained in:
Luke Parker 2024-05-26 05:02:42 -04:00 committed by j-berman
parent 16536f3d2b
commit 1a44ceb905

View File

@ -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