mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-24 10:23:21 +00:00
Use hidapi-src/windows on MINGW as well as MSVC
This commit is contained in:
parent
7ab91ff055
commit
fc1c060bb4
2
Externals/hidapi/CMakeLists.txt
vendored
2
Externals/hidapi/CMakeLists.txt
vendored
@ -6,7 +6,7 @@ target_include_directories(hidapi PUBLIC hidapi-src/hidapi)
|
||||
|
||||
if(APPLE)
|
||||
target_sources(hidapi PRIVATE hidapi-src/mac/hid.c)
|
||||
elseif(MSVC)
|
||||
elseif(WIN32)
|
||||
target_sources(hidapi PRIVATE hidapi-src/windows/hid.c)
|
||||
else()
|
||||
find_package(LIBUDEV)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user