Ajout de Jolt Physics + 1ere version des factory entitecomposants - camera, transform, rigidbody, collider, renderer
This commit is contained in:
10
lib/All/JoltPhysics/Build/cmake_vs2026_clang.bat
Normal file
10
lib/All/JoltPhysics/Build/cmake_vs2026_clang.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
cmake -S . -B VS2026_Clang -G "Visual Studio 18 2026" -A x64 -T ClangCL %*
|
||||
echo:
|
||||
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
echo Make sure to install:
|
||||
echo - C++ Clang Compiler for Windows 20+
|
||||
echo - MSBuild support for LLVM (clang-cl) toolset
|
||||
echo Using the Visual Studio Installer
|
||||
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
echo Open VS2026_Clang/JoltPhysics.sln to build the project.
|
||||
Reference in New Issue
Block a user