Added simple command line sample for Android
This commit is contained in:
7
android/apps/HelloAndroid/cmake_android.cmd
Normal file
7
android/apps/HelloAndroid/cmake_android.cmd
Normal file
@@ -0,0 +1,7 @@
|
||||
@ECHO OFF
|
||||
SETLOCAL
|
||||
PUSHD %~dp0
|
||||
SET PROJECT_NAME=HelloAndroid
|
||||
CALL ..\..\scripts\build.cmd %*
|
||||
POPD
|
||||
ENDLOCAL
|
Reference in New Issue
Block a user