mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
19 lines
557 B
JSON
19 lines
557 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "WSL-Debug",
|
|
"generator": "Unix Makefiles",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeExecutable": "/usr/bin/cmake",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "linux_x64" ],
|
|
"wslPath": "${defaultWSLPath}",
|
|
"addressSanitizerRuntimeFlags": "detect_leaks=0",
|
|
"variables": []
|
|
}
|
|
]
|
|
} |