Added multi threading example to cmake and android build

This commit is contained in:
saschawillems 2016-04-02 12:08:19 +02:00
parent 980d3b7d35
commit 52ffbb59bb
9 changed files with 117 additions and 3 deletions

View file

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