Files
dl/third/JoltPhysics/Build/cmake_vs2022_cl_double.bat
T
2026-09-16 14:07:40 +08:00

4 lines
165 B
Batchfile
Vendored

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