Browse Source

cmake: Fix libusb builds breaking

pull/15/merge
David Marcec 6 years ago
parent
commit
48aa076049
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -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…
Cancel
Save