1 Star 0 Fork 0

GitMirror / gphoto2pp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cmake_debug.sh 390 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
# builds the cmake files into the build directory
set -e
if [ -d "./build/debug/" ]; then
echo "Debug build found, cleaning up..."
cd ./build/
rm -rf -- debug/
mkdir debug
cd debug
cmake -DCMAKE_BUILD_TYPE=DEBUG ../../
else
echo "Debug build not found, making directory..."
mkdir -p ./build/debug/
cd ./build/debug/
cmake -DCMAKE_BUILD_TYPE=DEBUG ../../
fi
C++
1
https://gitee.com/asxuexi_android/gphoto2pp.git
git@gitee.com:asxuexi_android/gphoto2pp.git
asxuexi_android
gphoto2pp
gphoto2pp
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891