mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-11 12:56:14 -05:00
Merge pull request #13973 from cscd98/hidapi-update
Hidapi update to v0.15.0
This commit is contained in:
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)
|
||||
|
||||
2
Externals/hidapi/hidapi-src
vendored
2
Externals/hidapi/hidapi-src
vendored
Submodule Externals/hidapi/hidapi-src updated: 7011fa98af...d6b2a97460
Reference in New Issue
Block a user