XIAN-FEM-2026June/3D opticsfem-master/CMakeSettings.json

27 lines
772 B
JSON

{
"configurations": [
{
"name": "x64-Release",
"generator": "Visual Studio 18 2026",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\build",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-A x64",
"buildCommandArgs": "",
"ctestCommandArgs": ""
},
{
"name": "x64-Debug",
"generator": "Visual Studio 18 2026",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\build",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-A x64",
"buildCommandArgs": "",
"ctestCommandArgs": ""
}
]
}