build task

This commit is contained in:
2025-08-20 12:03:39 +02:00
parent 141a748d65
commit 29fda7b937
4 changed files with 39 additions and 3 deletions

10
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"cmake.generator": "Unix Makefiles",
"cmake.buildDirectory": "${workspaceFolder}/build",
"cmake.configureOnOpen": true,
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"files.associations": {
"*.c": "c",
"*.h": "c"
}
}