diff --git a/.vscode/launch.json b/.vscode/launch.json index bf1450f..a53089a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "(Windows) Launch", "type": "cppdbg", "request": "launch", - "program": "${command:cmake.buildDirectory}\\LwLibPROJECT.exe", + "program": "${command:cmake.launchTargetPath}", "miDebuggerPath": "c:\\msys64\\mingw64\\bin\\gdb.exe", "args": [], "stopAtEntry": false, diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 103e43a..b15064b 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -38,7 +38,7 @@ { "type": "shell", "label": "Run application", - "command": "${command:cmake.buildDirectory}\\LwLibPROJECT.exe", + "command": "${command:cmake.launchTargetPath}", "args": [], "problemMatcher": [], },