Skip to content

Instantly share code, notes, and snippets.

@etaf
Created December 26, 2019 07:51
Show Gist options
  • Save etaf/ab8cf7501216dc6bbf7c279f7c7f309e to your computer and use it in GitHub Desktop.
Save etaf/ab8cf7501216dc6bbf7c279f7c7f309e to your computer and use it in GitHub Desktop.
cmake_cross_compile
cmake .. -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=18 -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a -DCMAKE_ANDROID_NDK=/ndk/android-ndk-r10e -DCMAKE_ANDROID_STL_TYPE=gnustl_static -DCMAKE_BUILD_TYPE=Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment