Files

4 lines
129 B
Batchfile
Raw Permalink Normal View History

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