CMAKE_ANDROID_API.rst 504 B

1234567891011
  1. CMAKE_ANDROID_API
  2. -----------------
  3. When :ref:`Cross Compiling for Android with NVIDIA Nsight Tegra Visual Studio
  4. Edition`, this variable may be set to specify the default value for the
  5. :prop_tgt:`ANDROID_API` target property. See that target property for
  6. additional information.
  7. Otherwise, when :ref:`Cross Compiling for Android`, this variable provides
  8. the Android API version number targeted. This will be the same value as
  9. the :variable:`CMAKE_SYSTEM_VERSION` variable for ``Android`` platforms.