The open source OpenXR runtime
0
fork

Configure Feed

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

d/pssense: Link with aux_util

Fixes build with tracing, and should be linked since utilities are used.

+1 -1
+1 -1
src/xrt/drivers/CMakeLists.txt
··· 162 162 163 163 if(XRT_BUILD_DRIVER_PSSENSE) 164 164 add_library(drv_pssense STATIC pssense/pssense_driver.c pssense/pssense_interface.h) 165 - target_link_libraries(drv_pssense PRIVATE aux_os) 165 + target_link_libraries(drv_pssense PRIVATE aux_os aux_util) 166 166 list(APPEND ENABLED_DRIVERS pssense) 167 167 endif() 168 168