mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-15 02:27:58 -05: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