repo.or.cz
/
CRYENGINE.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge branch 'release_candidate' into release
[CRYENGINE.git]
/
Tools
/
CMake
/
cmake_create_nsight_android_solution.bat
blob
e5050e2610fe83aeb551046b0d7730f93241e766
1
@echo off
2
setlocal
3
pushd %~dp0
4
for /f "tokens=1,2 delims==" %%j in (toolchain\android.platform) do set %%j=%%k
5
call cmake_create_solution.bat
6
popd