mirror of
https://github.com/thepigeongenerator/breakout_clone.git
synced 2025-12-17 22:35:45 +01:00
sync makefile with the template
This commit is contained in:
23
.vscode/launch.json
vendored
Normal file
23
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "(lldb) C Launch",
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"program": "",
|
||||
"linux": {
|
||||
"program": "${workspaceFolder}/bin/linux-x86_64/breakout_clone",
|
||||
"cwd": "${workspaceFolder}/bin/linux-x86_64",
|
||||
"preLaunchTask": "build linux-x86_64",
|
||||
},
|
||||
"windows": {
|
||||
"program": "${workspaceFolder}/bin/win-x86_64/breakout_clone",
|
||||
"cwd": "${workspaceFolder}/bin/win-x86_64",
|
||||
"preLaunchTask": "build win-x86_64",
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user