Adapt launch.json to top-level CMakeLists.txt
This commit is contained in:
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@@ -22,13 +22,13 @@
|
||||
}
|
||||
],
|
||||
"linux": {
|
||||
"cwd": "${workspaceFolder}/contrib/ports/unix/example_app/build",
|
||||
"program": "${workspaceFolder}/contrib/ports/unix/example_app/build/example_app",
|
||||
"cwd": "${workspaceFolder}/build/contrib/ports/unix/example_app",
|
||||
"program": "${workspaceFolder}/build/contrib/ports/unix/example_app/example_app",
|
||||
},
|
||||
"windows": {
|
||||
"cwd": "${workspaceFolder}/contrib/ports/win32/example_app/build",
|
||||
"program": "${workspaceFolder}/contrib/ports/win32/example_app/build/example_app",
|
||||
"cwd": "${workspaceFolder}/build/contrib/ports/win32/example_app",
|
||||
"program": "${workspaceFolder}/build/contrib/ports/win32/example_app/example_app",
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user