Browse Source

CL-2021.1.2 <TheoryOfNekomata@VALHALLA Update cpp.toolchains.xml

master
TheoryOfNekomata 3 years ago
parent
commit
4fb3bc7246
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      _windows/cpp.toolchains.xml

+ 3
- 1
_windows/cpp.toolchains.xml View File

@@ -1,7 +1,9 @@
<application> <application>
<component name="CPPToolchains" version="4"> <component name="CPPToolchains" version="4">
<toolchains detectedVersion="5"> <toolchains detectedVersion="5">
<toolchain name="Visual Studio" toolSetKind="MSVC" toolSetPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community" customCCompilerPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\Llvm\bin\clang-cl.exe" customCXXCompilerPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\Llvm\bin\clang-cl.exe" debuggerKind="BUNDLED_LLDB" />
<toolchain name="Visual Studio" toolSetKind="MSVC" toolSetPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community" customCCompilerPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\Llvm\bin\clang-cl.exe" customCXXCompilerPath="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\Llvm\bin\clang-cl.exe" debuggerKind="BUNDLED_LLDB">
<toolSetOption type="msvc.arch" value="x86_amd64" />
</toolchain>
</toolchains> </toolchains>
</component> </component>
</application> </application>

Loading…
Cancel
Save