Skip to content

Commit

Permalink
Fix ARM builds with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed Mar 11, 2018
1 parent cc7b2fc commit 0a5c106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -1261,7 +1261,7 @@ elseif(WINDOWS)
endif()

# 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
# cygwin | mingw32* - does this include mingw32CE?
Expand Down

0 comments on commit 0a5c106

Please sign in to comment.