mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-15 17:52:06 -07:00
Merge pull request #4280 from jbeich/system-libusb
cmake: pass libusb include directory
This commit is contained in:
@@ -345,6 +345,7 @@ if(NOT APPLE)
|
||||
endif()
|
||||
if (NOT LIBUSB_FOUND)
|
||||
add_subdirectory(externals/libusb)
|
||||
set(LIBUSB_INCLUDE_DIR "")
|
||||
set(LIBUSB_LIBRARIES usb)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user