summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_ANDROID_API.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Clarify historical-only role of CMAKE_ANDROID_API variableBrad King2022-10-171-3/+4
| | | | | | | | | Revise documentation added by commit 6b84df8da9 (Help: Document cross compiling for Android, 2016-06-20, v3.7.0-rc1~229^2~2) to avoid implying that `CMAKE_ANDROID_API` is interchangeable with `CMAKE_SYSTEM_VERSION`. The latter is the authoritative value of the Android API level. Issue: #23830
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* Help: Document cross compiling for AndroidBrad King2016-08-231-2/+8
| | | | | | CMake now supports cross compiling for Android using the NDK or a standalone toolchain. Document the associated variables and how how to write toolchain files for Android.
* Add 'ANDROID_API' target property to set Android Target APIBrad King2014-09-301-0/+5
Also add a 'CMAKE_ANDROID_API' variable to set the property default.