Link SDL statically

This commit is contained in:
2023-02-02 01:14:29 -06:00
parent a6cc1eca88
commit be4c6f9bb5
+1 -1
View File
@@ -42,6 +42,6 @@ if(SDL2_FOUND)
) )
target_link_libraries(robomasterapp target_link_libraries(robomasterapp
robomaster robomaster
SDL2::SDL2 SDL2::SDL2-static
) )
endif() endif()