The open source OpenXR runtime
0
fork

Configure Feed

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

cmake: Un-nest a conditional

+3 -3
+3 -3
src/xrt/auxiliary/CMakeLists.txt
··· 115 115 tracking/t_tracker_hand.cpp 116 116 ) 117 117 118 - if(XRT_HAVE_SLAM) 119 - list(APPEND TRACKING_SOURCE_FILES tracking/t_tracker_slam.cpp) 120 - endif() 118 + endif() 119 + if(XRT_HAVE_SLAM) 120 + list(APPEND TRACKING_SOURCE_FILES tracking/t_tracker_slam.cpp) 121 121 endif() 122 122 123 123 set(UTIL_SOURCE_FILES