The open source OpenXR runtime
0
fork

Configure Feed

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

t/sdl_test: Fix build on Windows

+2 -1
+2 -1
src/xrt/targets/sdl_test/CMakeLists.txt
··· 20 20 PRIVATE 21 21 xrt-external-imgui-sdl2 22 22 aux_os 23 + aux_vk 23 24 aux_ogl 24 25 aux_util 25 26 comp_util ··· 31 32 ) 32 33 33 34 if(WIN32) 34 - target_link_libraries(gui PRIVATE SDL2::SDL2main) 35 + target_link_libraries(sdl-test PRIVATE SDL2::SDL2main) 35 36 endif() 36 37 37 38 install(TARGETS sdl-test RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})