Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Document cross compiling for Android | Brad King | 2016-08-23 | 1 | -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 King | 2014-12-02 | 1 | -0/+4 |
| | |||||
* | Add 'ANDROID_GUI' target property to mark Android applications | Brad King | 2014-09-29 | 1 | -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). |