Skip to content

Instantly share code, notes, and snippets.

@NicerNewerCar
Created April 12, 2023 16:27
Show Gist options
  • Select an option

  • Save NicerNewerCar/08059af24646174ff58b6c90595bcd43 to your computer and use it in GitHub Desktop.

Select an option

Save NicerNewerCar/08059af24646174ff58b6c90595bcd43 to your computer and use it in GitHub Desktop.
Settings for Autoscoper
{
"configurations": [
{
"name": "OpenCL Debug",
"generator": "Visual Studio 17 2022 Win64",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"variables": [
{
"name": "Autoscoper_RENDERING_BACKEND",
"value": "OpenCL",
"type": "STRING"
},
{
"name": "Autoscoper_SUPERBUILD",
"value": "ON",
"type": "BOOL"
},
{
"name": "Qt5_DIR",
"value": "C:\\Qt\\5.15.2\\msvc2019_64\\lib\\cmake\\Qt5",
"type": "PATH"
}
]
},
{
"name": "OpenCL Release",
"generator": "Visual Studio 17 2022 Win64",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"variables": [
{
"name": "Autoscoper_RENDERING_BACKEND",
"value": "OpenCL",
"type": "STRING"
},
{
"name": "Autoscoper_SUPERBUILD",
"value": "ON",
"type": "BOOL"
},
{
"name": "Qt5_DIR",
"value": "C:\\Qt\\5.15.2\\msvc2019_64\\lib\\cmake\\Qt5",
"type": "PATH"
}
]
},
{
"name": "CUDA Debug",
"generator": "Visual Studio 17 2022 Win64",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"variables": [
{
"name": "Autoscoper_RENDERING_BACKEND",
"value": "CUDA",
"type": "STRING"
},
{
"name": "Autoscoper_SUPERBUILD",
"value": "ON",
"type": "BOOL"
},
{
"name": "Qt5_DIR",
"value": "C:\\Qt\\5.15.2\\msvc2019_64\\lib\\cmake\\Qt5",
"type": "PATH"
}
]
},
{
"name": "CUDA Release",
"generator": "Visual Studio 17 2022 Win64",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"variables": [
{
"name": "Autoscoper_RENDERING_BACKEND",
"value": "CUDA",
"type": "STRING"
},
{
"name": "Autoscoper_SUPERBUILD",
"value": "ON",
"type": "BOOL"
},
{
"name": "Qt5_DIR",
"value": "C:\\Qt\\5.15.2\\msvc2019_64\\lib\\cmake\\Qt5",
"type": "PATH"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment