Created
April 12, 2023 16:27
-
-
Save NicerNewerCar/08059af24646174ff58b6c90595bcd43 to your computer and use it in GitHub Desktop.
Settings for Autoscoper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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