cmake_vs2019_cl.bat 125 B

123
  1. @echo off
  2. cmake -S . -B VS2019_CL -G "Visual Studio 16 2019" -A x64
  3. echo Open VS2019_CL\JoltPhysics.sln to build the project.