无标题文章

{

// See https://go.microsoft.com/fwlink/?LinkId=733558

// for the documentation about the tasks.json format

"version": "2.0.0",

"tasks": [

{

"taskName": "build",

"type": "shell",

"command": "make",

"args": [

""

],

"options": {

"cwd": "${workspaceRoot}/build"

},

"group": {

"kind": "build",

"isDefault": true

},

"problemMatcher": {

"owner": "cmake-build",

"fileLocation": [

"relative",

"${workspaceRoot}"

],

"pattern": {

"regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$",

"file": 1,

"line": 2,

"column": 3,

"severity": 4,

"message": 5

}

}

},

{

"taskName": "clean",

"type": "shell",

"command": "make",

"args": [

"clean"

],

"options": {

"cwd": "${workspaceRoot}/build"

},

"problemMatcher": [

"$gcc"

]

},

{

"taskName": "cmakeinit",

"type": "shell",

"command": "cmake",

"args": [

".."

],

"options": {

"cwd": "${workspaceRoot}/build"

}

}

]

}

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • title: Optical Character Recognition (OCR)author: Marina ...
    4a87cc38dcbc阅读 377评论 0 0
  • # Cmder[![Join the chat at https://gitter.im/cmderdev/cmd...
    周方朵阅读 341评论 0 0
  • [IPython-User] SAGE notebook vs iPython notebook http://m...
    hzyido阅读 327评论 0 1
  • 提起笔来无从说起,这当然不是我想要的样子,却避免不了吧如果渐渐俗不可耐。哈哈哈那么今天这段话就回答一个问题好了,无...
    谷丘阅读 169评论 0 1
  • 自己的状态就是,每周开始都想安排一些计划的事情,但是总是三分钟热度,坚持了一天就不了了之了。看书,只看了序言,跑步...
    BigQ个人成长阅读 659评论 2 51