ANDROID_STL_TYPE

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.

© 2000–2016 Kitware, Inc.
© 2000–2011 Insight Software Consortium
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.5/prop_tgt/ANDROID_STL_TYPE.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部