The open source OpenXR runtime
0
fork

Configure Feed

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

d/vf: Remove debug message

-1
-1
src/xrt/drivers/CMakeLists.txt
··· 257 257 add_library(drv_vf STATIC ${VF_SOURCE_FILES}) 258 258 target_link_libraries(drv_vf PRIVATE xrt-interfaces aux_os aux_util ${GST_LIBRARIES}) 259 259 target_include_directories(drv_vf PRIVATE ${GST_INCLUDE_DIRS}) 260 - MESSAGE("GST include ${GST_INCLUDE_DIRS}") 261 260 list(APPEND ENABLED_DRIVERS vf) 262 261 endif() 263 262