Bring this branch closer to the NG version of Amiberry, currently in progress. Mostly harmless updates, but will help with future merges until the two branches eventually become one.
30 lines
No EOL
901 B
JSON
30 lines
No EOL
901 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "WSL-GCC-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeExecutable": "cmake",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "linux_x64" ],
|
|
"wslPath": "${defaultWSLPath}"
|
|
},
|
|
{
|
|
"name": "WSL-GCC-Release",
|
|
"generator": "Ninja",
|
|
"configurationType": "Release",
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeExecutable": "cmake",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "linux_x64" ],
|
|
"wslPath": "${defaultWSLPath}"
|
|
}
|
|
]
|
|
} |