Skip to content

Instantly share code, notes, and snippets.

@bjacob
Created October 7, 2021 15:28
Show Gist options
  • Save bjacob/41f47627b6963b3cff1ef90da0e5e1c0 to your computer and use it in GitHub Desktop.
Save bjacob/41f47627b6963b3cff1ef90da0e5e1c0 to your computer and use it in GitHub Desktop.
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "cmake",
"args": ["--build", "."],
"options": {
"cwd": "/usr/local/google/home/benoitjacob/iree-build-linux"
},
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment