Cmake基础模板(项目结构)

Cmake基础模板

特点

快速生成CMake项目结构

基本结构

.
├── bin //二进制输出文件
├── build //cmake构建目录
├── CMakeLists.txt //c++ CMake基本写法
├── include //头文件
├── README.md //github README
├── src //源文件

使用方法

下载该项目
git clone https://github.com/StarsDecade/cmakeTemple.git

执行命令

./init.sh

最后

如有帮助,去我的项目,留下star吧!

https://github.com/StarsDecade/cmakeTemple

猜你喜欢

转载自blog.csdn.net/Ten_years_star/article/details/132148426
今日推荐