保存进度!
This commit is contained in:
Vendored
+3
-1
@@ -14,10 +14,11 @@
|
||||
"${file}"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${fileDirname}"
|
||||
"cwd": "${fileDirname}",
|
||||
},
|
||||
"problemMatcher": [ // 错误信息匹配器,有$msCompiler、$gcc 选项
|
||||
"$msCompile" // 使用msvc编辑器的匹配器,
|
||||
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
@@ -38,6 +39,7 @@
|
||||
"options": {
|
||||
"cwd": "${fileDirname}"
|
||||
}
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
set("a?b" "变量ab")
|
||||
|
||||
message("${ab}")
|
||||
message(${a\?b})
|
||||
message("123455")
|
||||
Reference in New Issue
Block a user