mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
Adapt launch.json to top-level CMakeLists.txt
This commit is contained in:
parent
31545ed787
commit
c35dd079ee
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@ -22,13 +22,13 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"linux": {
|
"linux": {
|
||||||
"cwd": "${workspaceFolder}/contrib/ports/unix/example_app/build",
|
"cwd": "${workspaceFolder}/build/contrib/ports/unix/example_app",
|
||||||
"program": "${workspaceFolder}/contrib/ports/unix/example_app/build/example_app",
|
"program": "${workspaceFolder}/build/contrib/ports/unix/example_app/example_app",
|
||||||
},
|
},
|
||||||
"windows": {
|
"windows": {
|
||||||
"cwd": "${workspaceFolder}/contrib/ports/win32/example_app/build",
|
"cwd": "${workspaceFolder}/build/contrib/ports/win32/example_app",
|
||||||
"program": "${workspaceFolder}/contrib/ports/win32/example_app/build/example_app",
|
"program": "${workspaceFolder}/build/contrib/ports/win32/example_app/example_app",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user