mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-28 10:36:53 -06:00
cmake: Fix libusb builds breaking
This commit is contained in:
parent
e73c53fad1
commit
48aa076049
@ -330,6 +330,7 @@ elseif(SDL2_FOUND)
|
||||
endif()
|
||||
|
||||
# Ensure libusb is properly configured (based on dolphin libusb include)
|
||||
INCLUDE(FindPkgConfig)
|
||||
find_package(LibUSB)
|
||||
if (NOT LIBUSB_FOUND)
|
||||
add_subdirectory(externals/libusb)
|
||||
|
Loading…
x
Reference in New Issue
Block a user