You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
396 B

  1. CMAKE_<LANG>_ANDROID_TOOLCHAIN_PREFIX
  2. -------------------------------------
  3. When :ref:`Cross Compiling for Android` this variable contains the absolute
  4. path prefixing the toolchain GNU compiler and its binutils.
  5. See also :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_SUFFIX`.
  6. For example, the path to the linker is::
  7. ${CMAKE_CXX_ANDROID_TOOLCHAIN_PREFIX}ld${CMAKE_CXX_ANDROID_TOOLCHAIN_SUFFIX}