b22294bc41
Initialize the CMAKE_{C,CXX}_FLAGS{,_<CONFIG>} cache entries with flags for each ABI as specified by NDK toolchain `setup.mk` files.
7 lines
162 B
CMake
7 lines
162 B
CMake
string(APPEND _ANDROID_ABI_INIT_CFLAGS
|
|
#" -Wno-invalid-command-line-argument"
|
|
#" -Wno-unused-command-line-argument"
|
|
)
|
|
|
|
include(Platform/Android/abi-common)
|