Files
IAEngine/.vscode/tasks.json
Isuru Samarathunga 2856bfac6c Partial Physics
2025-09-09 12:42:15 +05:30

19 lines
416 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"
}
]
}