1 Star 0 Fork 11

zxos / VulkanDemos

forked from xiaopengyou / VulkanDemos 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Build.sh 188 Bytes
一键复制 编辑 原始数据 按行查看 历史
BobLChen 提交于 2019-07-18 08:11 . Ubuntu增加Demo
#!/bin/bash
if [ ! -d "build" ]; then
echo "Configure fist"
exit
else
cd build
cd Debug
fi
Local_Dir=$(cd "$(dirname "$0")"; pwd)
echo "Now work at Dir:$Local_Dir"
make -j4
C++
1
https://gitee.com/zxos/VulkanDemos.git
git@gitee.com:zxos/VulkanDemos.git
zxos
VulkanDemos
VulkanDemos
master

搜索帮助