cmake_vs2026_clang_cross_platform_deterministic.bat 531 B

12345678910
  1. @echo off
  2. cmake -S . -B VS2026_Clang_CPD -G "Visual Studio 18 2026" -A x64 -T ClangCL -DCROSS_PLATFORM_DETERMINISTIC=ON %*
  3. echo:
  4. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. echo Make sure to install:
  6. echo - C++ Clang Compiler for Windows 20+
  7. echo - MSBuild support for LLVM (clang-cl) toolset
  8. echo Using the Visual Studio Installer
  9. echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  10. echo Open VS2026_Clang_CPD/JoltPhysics.sln to build the project.