The open source OpenXR runtime
0
fork

Configure Feed

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

cmake: make xrt-external-json public for aux_tracking

authored by

Moses Turner and committed by
Moses Turner
31f155ac 85ee6379

+2 -2
+2 -2
src/xrt/auxiliary/CMakeLists.txt
··· 104 104 ) 105 105 target_link_libraries( 106 106 aux_tracking 107 - PUBLIC aux-includes 108 - PRIVATE aux_math aux_util xrt-external-flexkalman xrt-external-hungarian xrt-external-cjson 107 + PUBLIC aux-includes xrt-external-cjson 108 + PRIVATE aux_math aux_util xrt-external-flexkalman xrt-external-hungarian 109 109 ) 110 110 target_include_directories(aux_tracking SYSTEM PRIVATE ${EIGEN3_INCLUDE_DIR}) 111 111 if(XRT_HAVE_OPENCV)