CMake/Modules/Platform/Android-Determine-CXX.cmake
Brad King 64be1ae4a3 Android: Add placeholders for platform-specific compiler selection
Add infrastructure modules to be loaded for determining a compiler
selection when targeting Android platforms.
2016-08-12 10:40:51 -04:00

3 lines
79 B
CMake

include(Platform/Android/Determine-Compiler)
__android_determine_compiler(CXX)