Compare commits

...

4 Commits

Author SHA1 Message Date
Kane 4f7abee677 保存进度 2026-07-24 00:05:10 +08:00
Kane b96d094bd2 保存进度! 2026-07-21 19:32:30 +08:00
Kane ad7545fec1 保存进度! 2026-07-20 19:02:32 +08:00
Kane b17276e0b2 保存进度! 2026-07-20 11:46:45 +08:00
6 changed files with 17 additions and 1 deletions
+2
View File
@@ -447,3 +447,5 @@ CTestTestfile.cmake
_deps _deps
CMakeUserPresets.json CMakeUserPresets.json
/net-commander
+3 -1
View File
@@ -14,10 +14,11 @@
"${file}" "${file}"
], ],
"options": { "options": {
"cwd": "${fileDirname}" "cwd": "${fileDirname}",
}, },
"problemMatcher": [ // 错误信息匹配器,有$msCompiler、$gcc 选项 "problemMatcher": [ // 错误信息匹配器,有$msCompiler、$gcc 选项
"$msCompile" // 使用msvc编辑器的匹配器, "$msCompile" // 使用msvc编辑器的匹配器,
], ],
"group": { "group": {
"kind": "build", "kind": "build",
@@ -38,6 +39,7 @@
"options": { "options": {
"cwd": "${fileDirname}" "cwd": "${fileDirname}"
} }
} }
] ]
} }
Binary file not shown.
Binary file not shown.
Binary file not shown.
+12
View File
@@ -0,0 +1,12 @@
cmake_minimum_required(VERSION 3.20)
set("a?b" "变量ab")
set( fenhao a;b;c d e f )
#这是注释
#[[注释啊注释
]]#
message( ${fenhao} )