From 78de1ca76ceeae84109c55c1685902769606bd28 Mon Sep 17 00:00:00 2001 From: Lingkang Date: Sat, 8 Oct 2022 13:43:19 +0800 Subject: [PATCH] Update CMake.en.md --- docs/必学工具/CMake.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/必学工具/CMake.en.md b/docs/必学工具/CMake.en.md index a02261c3..c28362ee 100644 --- a/docs/必学工具/CMake.en.md +++ b/docs/必学工具/CMake.en.md @@ -6,4 +6,4 @@ Similar to GNU make, CMake is a cross-platform tool designed to build, test and ## How to learn CMake -Compare to `Makefile`, `CMakeLists.txt` is more obscure and difficult to understand and use. Nowadays many IDEs (e.g., Visual Studio, CLion) offer functionalities to generate `CMakeLists.txt` automaticly, but it's still necessary to manage basic usage of `CMakeLists.txt`. Besides [Official CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html), [this one hour video tutorial (in Chinese)](https://www.bilibili.com/video/BV14h41187FZ) presented by IPADS group at SJTU is also a good learning resource. +Compare to `Makefile`, `CMakeLists.txt` is more obscure and difficult to understand and use. Nowadays many IDEs (e.g., Visual Studio, CLion) offer functionalities to generate `CMakeLists.txt` automaticly, but it's still necessary to manage basic usage of `CMakeLists.txt`. Besides [Official CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html), [this one-hour video tutorial (in Chinese)](https://www.bilibili.com/video/BV14h41187FZ) presented by IPADS group at SJTU is also a good learning resource.