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

4 lines
166 B
Batchfile
Vendored

@echo off
cmake -S . -B VS2026_CL_Double -G "Visual Studio 18 2026" -A x64 -DDOUBLE_PRECISION=ON %*
echo Open VS2026_CL_Double\JoltPhysics.slnx to build the project.