X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=android_toolchain.cmake;h=ef3bb61ca6317b994de6a272bb6c8aaf122338e5;hb=HEAD;hp=93498c6ebc2ed9e2168b963118cadeecf3662ee8;hpb=851ee4baf10f5179c6136f3153a68c478cbc7d18;p=freeglut diff --git a/android_toolchain.cmake b/android_toolchain.cmake index 93498c6..ef3bb61 100644 --- a/android_toolchain.cmake +++ b/android_toolchain.cmake @@ -3,6 +3,4 @@ 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) -# '-DANDROID' is the Android build system convention -ADD_DEFINITIONS(-DANDROID) SET(ANDROID TRUE)