This commit is contained in:
vgeza 2023-09-01 13:01:01 +03:00
parent 74b145cf7f
commit a1007d6728
2 changed files with 0 additions and 78 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
out
.vs

View File

@ -1,76 +0,0 @@
{
"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"
}
]
}
]
}