Convert app to c++

This commit is contained in:
Attila Body 2025-07-03 19:12:18 +02:00
parent 069f8c8465
commit c35b33b613
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
8 changed files with 64 additions and 16 deletions

19
.vscode/tasks.json vendored Normal file
View file

@ -0,0 +1,19 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "CMake: build",
"command": "build",
"targets": [
"all"
],
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"detail": "CMake template build task"
}
]
}