Added Android and CMake builds for specialization constants example

This commit is contained in:
saschawillems 2017-01-01 15:56:44 +01:00
parent 00b5ea453f
commit 3d9350d960
8 changed files with 117 additions and 1 deletions

View file

@ -0,0 +1,6 @@
APP_PLATFORM := android-19
APP_ABI := armeabi-v7a
APP_STL := c++_static
APP_CPPFLAGS := -std=c++11
APP_CPPFLAGS += -fexceptions
NDK_TOOLCHAIN_VERSION := clang