summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Help/prop_tgt/ANDROID_STL_TYPE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Help/prop_tgt/ANDROID_STL_TYPE.rst')
-rwxr-xr-xshare/cmake-3.5/Help/prop_tgt/ANDROID_STL_TYPE.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/share/cmake-3.5/Help/prop_tgt/ANDROID_STL_TYPE.rst b/share/cmake-3.5/Help/prop_tgt/ANDROID_STL_TYPE.rst
new file mode 100755
index 0000000..7256e26
--- /dev/null
+++ b/share/cmake-3.5/Help/prop_tgt/ANDROID_STL_TYPE.rst
@@ -0,0 +1,15 @@
+ANDROID_STL_TYPE
+----------------
+
+Set the Android property that defines the type of STL support for the project.
+This is a string property that could set to the one of the following values:
+``none`` e.g. "No C++ Support"
+``system`` e.g. "Minimal C++ without STL"
+``gabi++_static`` e.g. "GAbi++ Static"
+``gabi++_shared`` e.g. "GAbi++ Shared"
+``gnustl_static`` e.g. "GNU libstdc++ Static"
+``gnustl_shared`` e.g. "GNU libstdc++ Shared"
+``stlport_static`` e.g. "STLport Static"
+``stlport_shared`` e.g. "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.