Skip to content

Commit

Permalink
cmake: Add setupapi library to Windows build dependencies (hidapi nee…
Browse files Browse the repository at this point in the history
…ds it).

Fixes Bugzilla #4719.
  • Loading branch information
icculus committed Jul 12, 2019
1 parent 27ad8e5 commit 70f0b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -1335,7 +1335,7 @@ elseif(WINDOWS)
endif()

# Libraries for Win32 native and MinGW
list(APPEND EXTRA_LIBS user32 gdi32 winmm imm32 ole32 oleaut32 version uuid advapi32 shell32)
list(APPEND EXTRA_LIBS user32 gdi32 winmm imm32 ole32 oleaut32 version uuid advapi32 setupapi shell32)

# TODO: in configure.ac the check for timers is set on
# cygwin | mingw32* - does this include mingw32CE?
Expand Down

0 comments on commit 70f0b09

Please sign in to comment.