My settings for JetBrains IDEs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
922 B

  1. <application>
  2. <component name="CPPToolchains" version="8">
  3. <toolchains detectedVersion="5">
  4. <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">
  5. <toolSetOption type="msvc.arch" value="x86_amd64" />
  6. </toolchain>
  7. <toolchain name="Based" toolSetKind="SYSTEM_WINDOWS_TOOLSET" customCMakePath="C:\Program Files\CMake\bin\cmake.exe" customMakePath="ninja.exe" customCCompilerPath="C:\Program Files\LLVM\bin\clang-cl.exe" customCXXCompilerPath="C:\Program Files\LLVM\bin\clang-cl.exe" debuggerKind="BUNDLED_GDB" />
  8. </toolchains>
  9. </component>
  10. </application>