6 Star 29 Fork 14

xiaopengyou/VulkanDemos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Build.sh 188 Bytes
一键复制 编辑 原始数据 按行查看 历史
BobLChen 提交于 2019-07-18 08:11 +08:00 . 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/BobLChen/VulkanDemos.git
git@gitee.com:BobLChen/VulkanDemos.git
BobLChen
VulkanDemos
VulkanDemos
master

搜索帮助