mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2026-08-23 20:26:04 -04:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Release",
|
|
"generator": "Ninja",
|
|
"configurationType": "Release",
|
|
"buildRoot": "${projectDir}\\build",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"variables": [
|
|
{
|
|
"name": "BUILD_TESTING",
|
|
"value": "False",
|
|
"type": "BOOL"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "x64-RelWithDebInfo",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"buildRoot": "${projectDir}\\build",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"variables": [
|
|
{
|
|
"name": "BUILD_TESTING",
|
|
"value": "False",
|
|
"type": "BOOL"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "x64-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${projectDir}\\build",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"variables": [
|
|
{
|
|
"name": "BUILD_TESTING",
|
|
"value": "False",
|
|
"type": "BOOL"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|