mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-22 01:17:17 +08:00
Fix typo: Cmake.md
This commit is contained in:
parent
441c308b07
commit
e63cbcf450
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## 为什么学习 CMake
|
## 为什么学习 CMake
|
||||||
|
|
||||||
CMake 是类似于 GNU make 的跨平台自动软件构件工具,使用 CMakeLists.txt 定义构建规则,相比于 make 它提供了更多的功能,在各种软件构建上广泛使用。**强烈建议学习使用 GNU Make 和熟悉 `Makefile` 后再学习 CMake**。
|
CMake 是类似于 GNU make 的跨平台自动软件构建工具,使用 CMakeLists.txt 定义构建规则,相比于 make 它提供了更多的功能,在各种软件构建上广泛使用。**强烈建议学习使用 GNU Make 和熟悉 `Makefile` 后再学习 CMake**。
|
||||||
|
|
||||||
## 如何学习 CMake
|
## 如何学习 CMake
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue