make fetchcontent fully functional
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@ -8,8 +8,8 @@
|
||||
"name": "(gdb) Launch",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/builds/linux/crossvm",
|
||||
"args": ["builds/linux/out-1.0.0.0-prod.crvm"],
|
||||
"program": "/usr/local/bin/crossint",
|
||||
"args": ["/home/mike/"],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
|
||||
Reference in New Issue
Block a user