1 Star 0 Fork 0

Ait/DSView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cmake_clear 636 Bytes
一键复制 编辑 原始数据 按行查看 历史
dreamsourcelabTAI 提交于 2022-05-31 16:58 . update: compiled scripts
echo "clean cmake cache begin..."
echo "rm ./build.dir"
rm -rf ./build.dir
echo "rm ./CMakeFiles"
rm -rf ./CMakeFiles
echo "rm ./cmake_install.cmake"
rm -f ./cmake_install.cmake
echo "rm ./Makefile"
rm -f ./Makefile
echo "rm ./Makefile.tmp"
rm -f ./Makefile.tmp
echo "rm ./CMakeCache.txt"
rm -f ./CMakeCache.txt
echo "rm ./*.cmake"
rm -f ./*.cmake
echo "rm ./DSView.qrc.depends"
rm -f ./DSView.qrc.depends
echo "rm ./moc_*.cpp*"
find . -name 'moc_*.cpp*' | xargs rm -rf
echo "rm ./qrc_*.cpp"
find . -name 'qrc_*.cpp' | xargs rm -rf
echo "rm ./install_manifest.txt"
rm -f ./install_manifest.txt
echo "clean cmake cache end."
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/aitchouyz/DSView.git
git@gitee.com:aitchouyz/DSView.git
aitchouyz
DSView
DSView
master

搜索帮助