This commit is contained in:
Asuro
2025-02-06 02:09:19 +01:00
parent 3e7c0b73e0
commit 445844bb6d
6 changed files with 84 additions and 0 deletions

4
src/setup.bat Normal file
View File

@@ -0,0 +1,4 @@
cd dependency\bgfx
..\bx\tools\bin\windows\genie vs2022
cd ..\..
cmake -G "Ninja" -S . -B cmake-build -DCMAKE_C_COMPILER="clang.exe" -DCMAKE_CXX_COMPILER="clang++.exe" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON