Link SDL statically
This commit is contained in:
+1
-1
@@ -42,6 +42,6 @@ if(SDL2_FOUND)
|
|||||||
)
|
)
|
||||||
target_link_libraries(robomasterapp
|
target_link_libraries(robomasterapp
|
||||||
robomaster
|
robomaster
|
||||||
SDL2::SDL2
|
SDL2::SDL2-static
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user