mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-02-11 06:16:05 +08:00
[Fix] fix typo in cmake tutorial (#188)
[Fix] fix typo in cmake tutorial
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user