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

5 lines
133 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_shared.so)
endmacro()