Link SDL statically

refactor
PgSocks 2 years ago
parent a6cc1eca88
commit be4c6f9bb5

@ -42,6 +42,6 @@ if(SDL2_FOUND)
) )
target_link_libraries(robomasterapp target_link_libraries(robomasterapp
robomaster robomaster
SDL2::SDL2 SDL2::SDL2-static
) )
endif() endif()

Loading…
Cancel
Save