summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Help/prop_tgt/ANDROID_STL_TYPE.rst
blob: 7256e266c952c27c4bc2a822557ba8a9dd18efbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.