1 Star 0 Fork 0

wanggang2020/ThreadPool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
lux_build.sh 261 Bytes
一键复制 编辑 原始数据 按行查看 历史
F1997 提交于 2024-09-10 15:02 +08:00 . 使用cmake构建
#!/usr/bin/env bash
# 判断文件夹是否存在
if [ ! -d "cmake-build-debug" ]; then
mkdir -p "cmake-build-debug"
fi
cd "cmake-build-debug" || exit
rm -rf ./*
#cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" ..
cmake ..
make
cd ..
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wanggang2020/ThreadPool.git
git@gitee.com:wanggang2020/ThreadPool.git
wanggang2020
ThreadPool
ThreadPool
master

搜索帮助