mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-09 13:10:25 +00:00
16 lines
478 B
JSON
16 lines
478 B
JSON
|
{
|
|||
|
"configurations": [
|
|||
|
{
|
|||
|
"name": "x64-Debug",
|
|||
|
"generator": "Ninja",
|
|||
|
"configurationType": "Debug",
|
|||
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|||
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
|||
|
"installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
|||
|
"cmakeCommandArgs": "",
|
|||
|
"buildCommandArgs": "-v",
|
|||
|
"ctestCommandArgs": "",
|
|||
|
"variables": []
|
|||
|
}
|
|||
|
]
|
|||
|
}
|