Browse Source

Shortcut to create VS2022 solution

Jorrit Rouwe 3 years ago
parent
commit
8833d4eb8c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Build/cmake_vs2022_cl.bat

+ 3 - 0
Build/cmake_vs2022_cl.bat

@@ -0,0 +1,3 @@
+@echo off
+cmake -S . -B VS2022_CL -G "Visual Studio 17 2022" -A x64
+echo Open VS2022_CL\JoltPhysics.sln to build the project.