ANDROID_GUI.rst 630 B

123456789101112131415
  1. ANDROID_GUI
  2. -----------
  3. When :ref:`Cross Compiling for Android with NVIDIA Nsight Tegra Visual Studio
  4. Edition`, this property specifies whether to build an executable as an
  5. application package on Android.
  6. When this property is set to true the executable when built for Android
  7. will be created as an application package. This property is initialized
  8. by the value of the :variable:`CMAKE_ANDROID_GUI` variable if it is set
  9. when a target is created.
  10. Add the ``AndroidManifest.xml`` source file explicitly to the
  11. target :command:`add_executable` command invocation to specify the
  12. root directory of the application package source.