summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/prop_tgt/ANDROID_STL_TYPE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.10/Help/prop_tgt/ANDROID_STL_TYPE.rst')
-rw-r--r--share/cmake-3.10/Help/prop_tgt/ANDROID_STL_TYPE.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/share/cmake-3.10/Help/prop_tgt/ANDROID_STL_TYPE.rst b/share/cmake-3.10/Help/prop_tgt/ANDROID_STL_TYPE.rst
new file mode 100644
index 0000000..386e96e
--- /dev/null
+++ b/share/cmake-3.10/Help/prop_tgt/ANDROID_STL_TYPE.rst
@@ -0,0 +1,27 @@
+ANDROID_STL_TYPE
+----------------
+
+When :ref:`Cross Compiling for Android with NVIDIA Nsight Tegra Visual Studio
+Edition`, this property specifies the type of STL support for the project.
+This is a string property that could set to the one of the following values:
+
+``none``
+ No C++ Support
+``system``
+ Minimal C++ without STL
+``gabi++_static``
+ GAbi++ Static
+``gabi++_shared``
+ GAbi++ Shared
+``gnustl_static``
+ GNU libstdc++ Static
+``gnustl_shared``
+ GNU libstdc++ Shared
+``stlport_static``
+ STLport Static
+``stlport_shared``
+ STLport Shared
+
+This property is initialized by the value of the
+:variable:`CMAKE_ANDROID_STL_TYPE` variable if it is set when a target is
+created.