Create Simulator target scaffold
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "CMake: configure",
|
||||
"type": "cmake",
|
||||
"command": "configure",
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "CMake: build",
|
||||
"type": "cmake",
|
||||
"command": "build",
|
||||
"dependsOn": "CMake: configure",
|
||||
"dependsOrder": "sequence",
|
||||
"group": "build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user