Files
CosmicEngine/lib/All/JoltPhysics/Build/cmake_vs2022_cl_arm.bat

4 lines
139 B
Batchfile
Raw Permalink Normal View History

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