cmake_vs2026_cl_cross_platform_deterministic.bat 171 B

123
  1. @echo off
  2. cmake -S . -B VS2026_CL_CPD -G "Visual Studio 18 2026" -A x64 -DCROSS_PLATFORM_DETERMINISTIC=ON %*
  3. echo Open VS2026_CL_CPD\JoltPhysics.sln to build the project.