mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-26 04:59:55 +03:00
Clean build settings
This commit is contained in:
parent
37b3ea7dc5
commit
e33fac80ee
6 changed files with 71 additions and 29 deletions
29
.vscode/launch.json
vendored
29
.vscode/launch.json
vendored
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "C++ Launch (Windows) textbox",
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"program": "./examples/textbox/bin/textbox_sample.exe",
|
||||
"console": "internalConsole"
|
||||
},
|
||||
{
|
||||
"name": "C++ Launch (Windows) trackbar",
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"program": "./examples/trackbar/bin/trackbar_sample.exe",
|
||||
"console": "internalConsole"
|
||||
},
|
||||
{
|
||||
"name": "C++ Launch (Windows) buttons",
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"program": "./examples/buttons/bin/buttons_example.exe",
|
||||
"console": "internalConsole"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue