SFML/examples/android/app/src/main/jni/Application.mk

9 lines
236 B
Makefile
Raw Normal View History

2018-02-04 16:43:50 +08:00
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