t/common: Link with Libusb1

This commit is contained in:
Jakob Bornecrantz 2019-06-28 17:49:24 +01:00
parent 1f0b43632c
commit af7238ec21

View file

@ -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>)