mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 05:06:31 +00:00
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:
parent
9dec3dda81
commit
910f16fd30
|
@ -37,6 +37,7 @@ target_link_libraries(cli PRIVATE
|
|||
${LIBUSB_LIBRARIES}
|
||||
${LIBUVC_LIBRARIES}
|
||||
${UDEV_LIBRARIES}
|
||||
Threads::Threads
|
||||
)
|
||||
|
||||
if(DRIVER_OBJECTS)
|
||||
|
|
Loading…
Reference in a new issue