portable-devtools / cmake /share /cmake-3.31 /Modules /Platform /Android-GNU-CXX.cmake
codekingpro's picture
Add files using upload-large-folder tool
0577a6d verified
Raw
History Blame Contribute Delete
182 Bytes
include(Platform/Android-GNU)
__android_compiler_gnu(CXX)
if(_ANDROID_STL_NOSTDLIBXX)
string(APPEND CMAKE_CXX_STANDARD_LIBRARIES " -nodefaultlibs -lgcc -lc -lm -ldl")
endif()