added to match original CMakeSettings.json

This commit is contained in:
NathanRetzlaff 2025-06-10 13:48:31 -04:00
parent 282c27838f
commit 8f00419cfd

View File

@ -6,6 +6,8 @@
"configurationType": "Release", "configurationType": "Release",
"buildRoot": "${projectDir}\\Build\\${name}", "buildRoot": "${projectDir}\\Build\\${name}",
"installRoot": "${projectDir}\\Install\\${name}", "installRoot": "${projectDir}\\Install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "", "ctestCommandArgs": "",
"inheritEnvironments": [ "clang_cl_x64_x64" ], "inheritEnvironments": [ "clang_cl_x64_x64" ],
"intelliSenseMode": "windows-clang-x64" "intelliSenseMode": "windows-clang-x64"