summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/ANDROID_GUI.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Document cross compiling for AndroidBrad King2016-08-231-1/+3
| | | | | | 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.
* Help: Document Nsight Tegra toolchain configuration (#15276)Brad King2014-12-021-0/+4
|
* Add 'ANDROID_GUI' target property to mark Android applicationsBrad King2014-09-291-0/+9
Also add a 'CMAKE_ANDROID_GUI' variable to set the property default so a project can easily make all executables Android applications. An Android application executable file has the same extension as a shared library (.so).