Files
IAEngine/.vscode/tasks.json
Isuru Samarathunga be7a1df305 Init
2025-10-03 17:09:14 +05:30

19 lines
417 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "CMake: build",
"command": "build",
"targets": [
"ALL_BUILD"
],
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"detail": "CMake template build task"
}
]
}