Got FPS label rendering on vita
This commit is contained in:
10
ci/quick-vita-build.sh
Executable file
10
ci/quick-vita-build.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
mkdir -p vita/build
|
||||
cd vita/build
|
||||
if [ ! -d "src" ]
|
||||
then
|
||||
cmake ../.. -DDAWN_BUILD_TARGET=target-helloworld-vita -DCMAKE_BUILD_TYPE=Debug
|
||||
fi
|
||||
make
|
||||
cp ./src/dawnvita/*.vpk ../
|
||||
cd ../..
|
Reference in New Issue
Block a user