mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-02 08:30:25 +00:00
26 lines
776 B
JSON
26 lines
776 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "x86-Debug",
|
||
|
"generator": "Visual Studio 16 2019",
|
||
|
"configurationType": "Debug",
|
||
|
"inheritEnvironments": [ "msvc_x86" ],
|
||
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
||
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
||
|
"cmakeCommandArgs": "",
|
||
|
"buildCommandArgs": "",
|
||
|
"ctestCommandArgs": ""
|
||
|
},
|
||
|
{
|
||
|
"name": "x86-Release",
|
||
|
"generator": "Visual Studio 16 2019",
|
||
|
"configurationType": "Release",
|
||
|
"inheritEnvironments": [ "msvc_x86" ],
|
||
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
||
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
||
|
"cmakeCommandArgs": "",
|
||
|
"buildCommandArgs": "",
|
||
|
"ctestCommandArgs": ""
|
||
|
}
|
||
|
]
|
||
|
}
|