1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Use static link with android main SDL

This commit is contained in:
Mathieu Schroeter 2018-06-08 20:57:48 +02:00
parent e7467b411d
commit 846c4720c7

View File

@ -669,7 +669,7 @@ if (ANDROID)
#find_package (PkgConfig REQUIRED)
#pkg_search_module (SDL2 REQUIRED sdl2)
add_library(main SHARED android/SDL_android_main.c)
add_library (main STATIC android/SDL_android_main.c)
add_dependencies (main planetblupi_Project)
target_link_libraries (main PUBLIC planetblupi)