From 1a44ceb905b798c111ac21c9c7cffeee0d9fcf68 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 26 May 2024 05:02:42 -0400 Subject: [PATCH] Link additional libs on Windows (yet actually adding the relevant changes) --- src/fcmp/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/fcmp/CMakeLists.txt b/src/fcmp/CMakeLists.txt index 22e5e5a80..435787534 100644 --- a/src/fcmp/CMakeLists.txt +++ b/src/fcmp/CMakeLists.txt @@ -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