netgen/CMakeSettings.json

76 lines
2.0 KiB
JSON
Raw Normal View History

2023-09-01 14:32:35 +05:00
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "Release",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": [
{
"name": "OCC_DOWNLOAD_URL_WIN",
"value": "D:/source/netgen_occ/latest/occ_win64_cenos.zip",
"type": "STRING"
},
{
"name": "USE_NATIVE_ARCH",
"value": "False",
"type": "BOOL"
},
{
"name": "USE_OCC",
"value": "True",
"type": "BOOL"
}
]
},
{
"name": "x64-RelWithDebInfo",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": [
{
"name": "OCC_DOWNLOAD_URL_WIN",
"value": "D:/source/netgen_occ/latest/occ_win64_cenos.zip",
"type": "STRING"
},
{
"name": "USE_NATIVE_ARCH",
"value": "False",
"type": "BOOL"
},
{
"name": "USE_OCC",
"value": "True",
"type": "BOOL"
},
{
"name": "USE_PYTHON",
"value": "False",
"type": "BOOL"
}
]
}
]
}