taka-no-me / android-cmake

CMake toolchain file and other scripts for the Android NDK
1.22k stars 438 forks source link

Add support for C++11 #78

Open ernestmc opened 8 years ago

philberty commented 8 years ago

This does support c++11: Set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall")