summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/ANDROID_API.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+5
| | | | | | 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/+7
Also add a 'CMAKE_ANDROID_API' variable to set the property default.