Adds libusb

This commit is contained in:
RipleyTom
2019-02-02 14:48:21 +01:00
committed by kd-11
parent 3ef16bee47
commit f2aaad11bb
10 changed files with 177 additions and 151 deletions
+5
View File
@@ -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)
Vendored Submodule
+1
Submodule 3rdparty/libusb added at 2e41930f74