mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
cmake: Fix libusb on windows
This commit is contained in:
parent
243df970ff
commit
d2df9afda2
1
Externals/libusb/CMakeLists.txt
vendored
1
Externals/libusb/CMakeLists.txt
vendored
@ -26,6 +26,7 @@ if(WIN32 OR CYGWIN)
|
|||||||
libusb/libusb/os/windows_common.c
|
libusb/libusb/os/windows_common.c
|
||||||
libusb/libusb/os/windows_usbdk.c
|
libusb/libusb/os/windows_usbdk.c
|
||||||
libusb/libusb/os/windows_winusb.c
|
libusb/libusb/os/windows_winusb.c
|
||||||
|
libusb/libusb/os/events_windows.c
|
||||||
)
|
)
|
||||||
set(PLATFORM_WINDOWS TRUE)
|
set(PLATFORM_WINDOWS TRUE)
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user