mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00: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": {
|
||||
"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",
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user