cmake_android.cmd 93 Bytes
Newer Older
1 2 3 4
@ECHO OFF

PUSHD %~dp0..
CALL .\scripts\build.cmd %* -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
5
POPD