The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: Another missed linking fix.

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
8548d3f7 a03d1fbf

+5
+5
src/xrt/state_trackers/prober/CMakeLists.txt
··· 59 59 ) 60 60 target_link_libraries(st_prober PRIVATE ${LIBUVC_LIBRARIES}) 61 61 endif() 62 + 63 + if(BUILD_DRIVER_V4L2) 64 + # Uses v4l2_fs_create 65 + target_link_libraries(st_prober PRIVATE drv_v4l2) 66 + endif()