Add 'ANDROID_GUI' target property to mark Android applications

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).
This commit is contained in:
Brad King
2014-07-24 14:49:56 -04:00
parent 16569abfa8
commit 9a4df52aa1
5 changed files with 30 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
CMAKE_ANDROID_GUI
-----------------
Default value for the :prop_tgt:`ANDROID_GUI` target property of
executables. See that target property for additional information.