mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
t/common: Link with Libusb1
This commit is contained in:
parent
1f0b43632c
commit
af7238ec21
|
@ -10,6 +10,10 @@
|
|||
set(DRIVER_OBJECTS)
|
||||
set(DRIVER_LIBRARIES)
|
||||
|
||||
if(BUILD_WITH_LIBUSB)
|
||||
list(APPEND DRIVER_LIBRARIES ${LIBUSB1_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if(BUILD_DRIVER_HDK)
|
||||
set(XRT_BUILD_HDK TRUE)
|
||||
list(APPEND DRIVER_OBJECTS $<TARGET_OBJECTS:drv_hdk>)
|
||||
|
|
Loading…
Reference in a new issue