First Commit
This commit is contained in:
18
externals/cryptopp-cmake/.vscode/launch.json
vendored
Normal file
18
externals/cryptopp-cmake/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"name": "cryptest",
|
||||
"program": "${workspaceFolder}/build/cryptopp/cryptest",
|
||||
"args": [
|
||||
"v"
|
||||
],
|
||||
"cwd": "${workspaceFolder}/build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user