Files
RayTracer/CMakeSettings.json
T
2025-01-23 15:26:32 +01:00

16 lines
445 B
JSON

{
"configurations": [
{
"name": "Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\bin\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"cmakeExecutable": "C:/Program Files/CMake/bin/cmake.exe"
}
]
}