mirror of
https://github.com/SFML/SFML.git
synced 2025-01-20 16:25:12 +08:00
8 lines
235 B
Makefile
8 lines
235 B
Makefile
|
NDK_TOOLCHAIN_VERSION := 4.9
|
||
|
APP_PLATFORM := android-14
|
||
|
# APP_STL has to match CMAKE_ANDROID_STL_TYPE
|
||
|
APP_STL := c++_static
|
||
|
APP_ABI := armeabi-v7a
|
||
|
APP_MODULES := sfml-activity-d sfml-example
|
||
|
APP_OPTIM := debug
|
||
|
APP_CFLAG := -g -ggdb -O0
|