ANDROID_GUI.rst 507 B

12345678910111213
  1. ANDROID_GUI
  2. -----------
  3. Build an executable as an application package on Android.
  4. When this property is set to true the executable when built for Android
  5. will be created as an application package. This property is initialized
  6. by the value of the :variable:`CMAKE_ANDROID_GUI` variable if it is set
  7. when a target is created.
  8. Add the ``AndroidManifest.xml`` source file explicitly to the
  9. target :command:`add_executable` command invocation to specify the
  10. root directory of the application package source.