7 lines
262 B
CMake
7 lines
262 B
CMake
|
set(CMAKE_SYSTEM_NAME "Android" CACHE STRING "")
|
||
|
|
||
|
# Set the CMake system version to "1" to inhibit CMake's built-in support for
|
||
|
# compiling using the Android NDK, which gets in the way when we're not using an
|
||
|
# NDK.
|
||
|
set(CMAKE_SYSTEM_VERSION "1" CACHE STRING "")
|