build: Another missed linking fix.

This commit is contained in:
Ryan Pavlik 2020-03-05 11:24:14 -06:00 committed by Jakob Bornecrantz
parent a03d1fbf97
commit 8548d3f7e6

View file

@ -59,3 +59,8 @@ if(BUILD_WITH_LIBUVC)
)
target_link_libraries(st_prober PRIVATE ${LIBUVC_LIBRARIES})
endif()
if(BUILD_DRIVER_V4L2)
# Uses v4l2_fs_create
target_link_libraries(st_prober PRIVATE drv_v4l2)
endif()