[CMake] [CMAKE] - custom compiler for Android

Brad King brad.king at kitware.com
Fri Dec 8 06:36:18 EST 2017


On 12/06/2017 11:39 AM, ramya.gopalkrishna at accoliteindia.com wrote:
> Can you please give us some guidance to achieve the same with
> CMAKE_SYSTEM_NAME as "Android"

You'd need to teach

  Modules/Compiler/Embarcadero-DetermineCompiler.cmake

to recognize the compiler as Embarcadero if it doesn't already,
and then add Modules/Platform/Android* modules named with that
compiler id.

-Brad


More information about the CMake mailing list