From dfdb7107ddebbcc239242bc61fbc9f96bf390e86 Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Sat, 20 Jul 2024 17:04:35 -0300 Subject: [PATCH] fix build --- loader/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/CMakeLists.txt b/loader/CMakeLists.txt index 9595bbc6..aa886425 100644 --- a/loader/CMakeLists.txt +++ b/loader/CMakeLists.txt @@ -335,7 +335,7 @@ if (APPLE) elseif (WIN32) add_subdirectory(launcher/windows) - target_link_libraries(${PROJECT_NAME} dbghelp comctl32 uxtheme Winmm) + target_link_libraries(${PROJECT_NAME} dbghelp comctl32 uxtheme winmm) target_compile_definitions(${PROJECT_NAME} PUBLIC ISOLATION_AWARE_ENABLED=1)