Compare commits
4 Commits
82fd2be5a1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f7abee677 | |||
| b96d094bd2 | |||
| ad7545fec1 | |||
| b17276e0b2 |
@@ -447,3 +447,5 @@ CTestTestfile.cmake
|
||||
_deps
|
||||
CMakeUserPresets.json
|
||||
|
||||
|
||||
/net-commander
|
||||
|
||||
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,12 @@
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
set("a?b" "变量ab")
|
||||
|
||||
set( fenhao a;b;c d e f )
|
||||
|
||||
#这是注释
|
||||
#[[注释啊注释
|
||||
|
||||
]]#
|
||||
|
||||
message( ${fenhao} )
|
||||
Reference in New Issue
Block a user