Lines Matching refs:in
20 _android-cmake_ will search for your NDK install in the following order:
45 So don't even try other targets that can be found in CMake documentation and don't forget to explic…
49 * Latest GCC available in NDK is used as the default compiler;
53 * GCC's stack protector is not used neither in `Debug` nor `Release` configurations;
66 …n _android-cmake_ will search for the most recent version of supported NDK in commonly used locati…
129 * **ANDROID_SO_UNDEFINED** = `OFF` - allow undefined symbols in shared libraries;
174 …ng to the same build target. So _android-cmake_ configures CMake to search in Android-specific pat…
180 …mends you to use `find_host_package` and `find_host_program` macro defined in the `android.toolcha…
188 # in case of cross compilation these macro should be defined by toolchain file
202 Make sure to do the following in your scripts:
220 * Pass `-GNinja` to `cmake` alongside with other arguments (or choose Ninja generator in `cmake-gui…