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

6 lines
158 B
Makefile
Raw Normal View History

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