-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +0,0 @@ | ||
## cmake 示例项目 | ||
本项目作为基于cmake构建系统的示例项目。 | ||
## 使用到的技术点 | ||
### CMake关键语法 | ||
- cmake 现代用法-基于对象传递依赖 | ||
- 创建库`add_library` | ||
- 引用外部库 `find_package` | ||
### 配置 编译 | ||
- 配置: `make config` | ||
- 编译: `make build` | ||
- 清理 `make clean` | ||
### Github Workflow | ||
创建workflow 当执行push 时自动执行编译运行 | ||
11 | ||