Browse Source

Fix ARM builds with MSVC

Micha? Janiszewski 8 năm trước cách đây
mục cha
commit
0a5c10654c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -1261,7 +1261,7 @@ elseif(WINDOWS)
   endif()
   endif()
 
 
   # Libraries for Win32 native and MinGW
   # Libraries for Win32 native and MinGW
-  list(APPEND EXTRA_LIBS user32 gdi32 winmm imm32 ole32 oleaut32 version uuid)
+  list(APPEND EXTRA_LIBS user32 gdi32 winmm imm32 ole32 oleaut32 version uuid advapi32 shell32)
 
 
   # TODO: in configure.in the check for timers is set on
   # TODO: in configure.in the check for timers is set on
   # cygwin | mingw32* - does this include mingw32CE?
   # cygwin | mingw32* - does this include mingw32CE?