voxel-engine/build.ps1
2025-11-10 14:28:29 -06:00

12 lines
180 B
PowerShell

cmake -S . -B build
cd build
cmake --build .
cd ..
cp vendor/lib-vc2022/glfw3.dll build/Debug
cp -r shaders/ build/Debug
cp -r objs/ build/Debug
cd build/Debug
.\VoxelEngine.exe