cmake_vs2022_clang_double.bat 530 B

12345678910
  1. @echo off
  2. cmake -S . -B VS2022_Clang_Double -G "Visual Studio 17 2022" -A x64 -T ClangCL -DDOUBLE_PRECISION=YES %*
  3. echo:
  4. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. echo Make sure to install:
  6. echo - C++ Clang Compiler for Windows 12.0.0+
  7. echo - C++ Clang-cl for v143+ build tools (x64/x86)
  8. echo Using the Visual Studio Installer
  9. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  10. echo Open VS2022_Clang_Double/JoltPhysics.sln to build the project.