From 783608bc771aba353081ee3a80773dc4b53a3d32 Mon Sep 17 00:00:00 2001 From: taynpg Date: Wed, 11 Sep 2024 17:05:56 +0800 Subject: [PATCH] =?UTF-8?q?doc=EF=BC=9A=E6=B7=BB=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E4=B8=AAReadme=E6=96=87=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- README.md | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index 5b861d3..7ba2e5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build .vs .cache -cmake-* \ No newline at end of file +cmake-* +cmt.exe \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d16e06 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# 简介 + +其实就是快速创建一个`Hello World`的`CMake`工程,原理是直接拷贝一个模板,改个工程名字,项目虽然究极简单但是还挺实用。 + +主要是在`VSCode`下方便,模板包含一个默认的格式化代码的`.clang-format`文件,和一个直接可用的`settings.json`文件。 \ No newline at end of file