cmake/Modules/Platform/Android/ndk-stl-stlport_static.cmake
2016-10-30 18:24:19 +01:00

5 lines
132 B
CMake

include(Platform/Android/ndk-stl-stlport)
macro(__android_stl lang)
__android_stl_stlport(${lang} libstlport_static.a)
endmacro()