mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-01 23:26:57 +00:00
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
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": ""
|
|
},
|
|
{
|
|
"name": "x64-Debug",
|
|
"generator": "Visual Studio 16 2019 Win64",
|
|
"configurationType": "Debug",
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"variables": []
|
|
},
|
|
{
|
|
"name": "x64-Release",
|
|
"generator": "Visual Studio 16 2019 Win64",
|
|
"configurationType": "Release",
|
|
"buildRoot": "${projectDir}\\out\\build\\${name}",
|
|
"installRoot": "${projectDir}\\out\\install\\${name}",
|
|
"cmakeCommandArgs": "",
|
|
"buildCommandArgs": "",
|
|
"ctestCommandArgs": "",
|
|
"inheritEnvironments": [ "msvc_x64_x64" ],
|
|
"variables": []
|
|
}
|
|
]
|
|
} |