Embed libusb 1.0 into project

This commit is contained in:
Yauhen Artsiukhou
2024-09-19 16:18:58 +02:00
committed by teejusb
parent 1c46342a95
commit 59e6e94cf3
11 changed files with 260 additions and 325 deletions
-5
View File
@@ -338,11 +338,6 @@ elseif(LINUX OR BSD)
set(OpenGL_GL_PREFERENCE GLVND)
find_package(OpenGL REQUIRED)
find_package(Libusb)
if(NOT LIBUSB_FOUND)
message(FATAL_ERROR "libusb was not found.")
endif()
endif(WIN32) # LINUX OR BSD, APPLE
configure_file("${SM_SRC_DIR}/config.in.hpp"