0029520: Visualization - drop deprecated V3d_View::Export() functionality and depende...
[occt.git] / adm / templates / android.toolchain.config.cmake
CommitLineData
a20cce39 1# A toolchain file to configure a Makefile Generators or the Ninja generator to target Android for cross-compiling.
2# Set CMAKE_ANDROID_NDK variable equal to your Android NDK path.
3
4set (CMAKE_SYSTEM_NAME Android)
5set (CMAKE_SYSTEM_VERSION 15) # API level
6set (CMAKE_ANDROID_ARCH_ABI armeabi-v7a)
7set (CMAKE_ANDROID_NDK "")
8set (CMAKE_ANDROID_STL_TYPE gnustl_shared)