mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
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)
|