Skip to content

Commit bc916d5

Browse files
committed
modify readme.md & add TODO
1 parent 9354c3e commit bc916d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ project_name
8888
# 头文件目录结构说明
8989

9090
```shell
91-
# example 3rdparty tree
91+
# example include tree
9292
include
9393
└── project_name
9494
├── module_1
@@ -110,6 +110,11 @@ include
110110
2. 添加 `include` 目录使得公共头文件和对内部文件可以分离开,使多个模块之间合作开发时项目内部结构更加清晰。
111111
5. (暂时)在 `3rdparty` 下存放的工程中用到的第三方库和第三方源码。第三方库尽量不要直接把静态连接库直接放到git仓库中,应该另外提供链接以便下载,或者提供文档说明库的名称和版本自行安装下载,或者提供git仓库自行编译。第三方源码一般为开源的,只提供git链接。
112112

113+
# TODO
114+
115+
1. 添加cmake示例。
116+
2. 添加简单工程示例。
117+
113118
# 参考
114119

115120
大型项目CMakeLIsts.txt的编写规范

0 commit comments

Comments
 (0)