The open source OpenXR runtime
0
fork

Configure Feed

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

st/prober: Depend on remote driver as we reference it directly

+6
+6
src/xrt/state_trackers/prober/CMakeLists.txt
··· 84 84 drv_v4l2 85 85 ) 86 86 endif() 87 + 88 + if(XRT_BUILD_DRIVER_REMOTE) 89 + target_link_libraries(st_prober PRIVATE 90 + drv_remote 91 + ) 92 + endif()