mirror of
https://github.com/rt64/rt64.git
synced 2024-12-27 06:17:07 +00:00
26 lines
754 B
JSON
26 lines
754 B
JSON
|
{
|
|||
|
"configurations": [
|
|||
|
{
|
|||
|
"name": "Debug",
|
|||
|
"generator": "Ninja",
|
|||
|
"configurationType": "Debug",
|
|||
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|||
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|||
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|||
|
"cmakeCommandArgs": "",
|
|||
|
"buildCommandArgs": "",
|
|||
|
"ctestCommandArgs": ""
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "Release",
|
|||
|
"generator": "Ninja",
|
|||
|
"configurationType": "RelWithDebInfo",
|
|||
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|||
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|||
|
"cmakeCommandArgs": "",
|
|||
|
"buildCommandArgs": "",
|
|||
|
"ctestCommandArgs": "",
|
|||
|
"inheritEnvironments": [ "msvc_x64_x64" ]
|
|||
|
}
|
|||
|
]
|
|||
|
}
|