Cmake basic template (project structure)

Cmake basic template

Features

Quickly generate CMake project structure

basic structure

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

Instructions

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

Excuting an order

./init.sh

at last

If it helps, go to my project and leave a star!

https://github.com/StarsDecade/cmakeTemple

Guess you like

Origin blog.csdn.net/Ten_years_star/article/details/132148426