Adds libusb
This commit is contained in:
Vendored
+5
@@ -86,6 +86,10 @@ else()
|
||||
endif()
|
||||
|
||||
|
||||
# libusb
|
||||
add_subdirectory(libusb EXCLUDE_FROM_ALL)
|
||||
|
||||
|
||||
# yaml-cpp
|
||||
# We don't want to install yaml-cpp but its cmake file doesn't have option
|
||||
# to disable it...
|
||||
@@ -342,6 +346,7 @@ include(llvm.cmake)
|
||||
|
||||
|
||||
# add nice ALIAS targets for ease of use
|
||||
add_library(3rdparty::libusb ALIAS usb-1.0-static)
|
||||
add_library(3rdparty::zlib ALIAS 3rdparty_zlib)
|
||||
add_library(3rdparty::pugixml ALIAS pugixml)
|
||||
add_library(3rdparty::yaml-cpp ALIAS yaml-cpp)
|
||||
|
||||
+1
Submodule 3rdparty/libusb added at 2e41930f74
Reference in New Issue
Block a user