procedural-3d-engine/android/parallaxmapping/jni/Application.mk

6 lines
130 B
Makefile
Raw Normal View History

APP_PLATFORM := android-19
APP_ABI := armeabi-v7a
APP_STL := c++_static
APP_CPPFLAGS := -std=c++11
NDK_TOOLCHAIN_VERSION := clang