The open source OpenXR runtime
0
fork

Configure Feed

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

t/ctl: Don't build on Windows

authored by

Julian Petrov and committed by
Ryan Pavlik
7669d2c5 5f4f7530

+1 -1
+1 -1
src/xrt/targets/CMakeLists.txt
··· 17 17 add_subdirectory(gui) 18 18 endif() 19 19 20 - if(XRT_FEATURE_SERVICE) 20 + if(XRT_FEATURE_SERVICE AND NOT WIN32) 21 21 add_subdirectory(ctl) 22 22 endif() 23 23