You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- SET(CMAKE_SYSTEM_NANE Android)
- SET(CMAKE_SYSTEM_PROCESSOR "armv7l")
- SET(ANDROID_ARCH_NAME "arm")
- SET(UNIX true)
- SET(CMAKE_C_COMPILER "gcc")
- SET(CMAKE_CXX_COMPILER "g++")
|