The open source OpenXR runtime
0
fork

Configure Feed

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

xrt/comp: Clean up comp_client's cmake conditions with D3D

utzcoz c1f4f41d 41332890

-3
-3
src/xrt/compositor/CMakeLists.txt
··· 64 64 65 65 if(XRT_HAVE_D3D11 OR XRT_HAVE_D3D12) 66 66 target_link_libraries(comp_client PRIVATE aux_d3d) 67 - endif() 68 - 69 - if(XRT_HAVE_D3D11 OR XRT_HAVE_D3D12) 70 67 target_sources(comp_client PRIVATE client/comp_d3d_common.cpp client/comp_d3d_common.hpp) 71 68 endif() 72 69