cmake/Modules/Platform/Android/ndk-stl-gnustl_static.cmake

5 lines
129 B
CMake
Raw Normal View History

2016-10-30 18:24:19 +01:00
include(Platform/Android/ndk-stl-gnustl)
macro(__android_stl lang)
__android_stl_gnustl(${lang} libgnustl_static.a)
endmacro()