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

5 lines
132 B
CMake
Raw Normal View History

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