Android: Add ANDROID variable to indicate the target

Allow projects to use `if(ANDROID)` to condition their Android-specific
code paths.
This commit is contained in:
Brad King
2016-08-23 13:08:53 -04:00
parent c2f561e58c
commit 7b637ebdc9
4 changed files with 12 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
include(Platform/Linux)
set(ANDROID 1)
# Android has soname, but binary names must end in ".so" so we cannot append
# a version number. Also we cannot portably represent symlinks on the host.
set(CMAKE_PLATFORM_NO_VERSIONED_SONAME 1)