cmake_vs2022_cl.bat 129 B

123
  1. @echo off
  2. cmake -S . -B VS2022_CL -G "Visual Studio 17 2022" -A x64 %*
  3. echo Open VS2022_CL\JoltPhysics.sln to build the project.