summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Android-Determine-C.cmake
blob: 1d93cd724b51604358bffccf5526b435e4f7acdf (plain)
1
2
3
4
5
if(CMAKE_C_COMPILER)
  return()
endif()
include(Platform/Android/Determine-Compiler)
__android_determine_compiler(C)