The open source OpenXR runtime
0
fork

Configure Feed

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

a/util: Fixes missing windows lib for mercury_streamvr_driver

korejan d3e87d78 a896d798

+1
+1
src/xrt/auxiliary/util/CMakeLists.txt
··· 126 126 # Only uses normal Windows libraries, doesn't add anything extra. 127 127 if(WIN32) 128 128 target_sources(aux_util PRIVATE u_windows.c u_windows.h) 129 + target_link_libraries(aux_util PRIVATE WIL::WIL) 129 130 endif() 130 131 131 132 # Only uses POSIX/Linux libraries, doesn't add anything extra.