Mercurial > hgrepos > Python2 > PyMuPDF
view mupdf-source/thirdparty/freeglut/android_toolchain.cmake @ 37:1252325c592f
>>>>> tag v1.26.4+2 for changeset 14b91574d44a
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 22 Sep 2025 11:44:07 +0200 |
| parents | b50eed0cc0ef |
| children |
line wrap: on
line source
# CMake toolchain file, cf. README.android SET(CMAKE_SYSTEM_NAME Linux) # Tell CMake we're cross-compiling include(CMakeForceCompiler) # Prefix detection only works with compiler id "GNU" CMAKE_FORCE_C_COMPILER(arm-linux-androideabi-gcc GNU) SET(ANDROID TRUE)
