CMake scripts to build nCine dependency libraries for Android
This repository contains the scripts to easily cross-compile the libraries needed by the nCine when building the Android version.
- armeabi-v7a
- arm64-v8a
- x86_64
- libogg
- libvorbis
- libpng
- libwebp
- OpenAL-soft
- Lua
Create an Android standalone toolchain for at least one of the supported architectures using the script from the NDK, then:
cmake -HnCine-android-libraries -BnCine-android-libraries-build -DTOOLCHAIN_ROOT=[parent path to toolchain(s)] -DARCH=[supported architecture]