The open source OpenXR runtime
0
fork

Configure Feed

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

cmake: Do not install a test binary

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
2a3157b0 fd77b849

-2
-2
src/xrt/targets/sdl_test/CMakeLists.txt
··· 34 34 if(WIN32) 35 35 target_link_libraries(sdl-test PRIVATE SDL2::SDL2main) 36 36 endif() 37 - 38 - install(TARGETS sdl-test RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})