add cmake install targets

This commit is contained in:
BlackMATov
2023-01-05 08:58:13 +07:00
parent caf82fc66f
commit 6c5f8a8427
10 changed files with 143 additions and 38 deletions

11
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [{
"name": "LLDB Debug",
"type": "lldb",
"request": "launch",
"program": "${command:cmake.launchTargetPath}",
"args": [],
"cwd": "${workspaceFolder}"
}]
}