targets/cli: Fix build with OpenHMD disabled.

Without this patch the build is failing due to linker errors
when BUILD_WITH_OPENHMD is set to false.
This commit is contained in:
Lubosz Sarnecki 2019-09-20 10:12:13 +02:00
parent 9dec3dda81
commit 910f16fd30

View file

@ -37,6 +37,7 @@ target_link_libraries(cli PRIVATE
${LIBUSB_LIBRARIES}
${LIBUVC_LIBRARIES}
${UDEV_LIBRARIES}
Threads::Threads
)
if(DRIVER_OBJECTS)