Files
SimpleRayTracing/native/.ps1
Misaki f1d3dddb9a Change project structure;
Added new c# binding;
2025-12-30 20:54:05 +09:00

8 lines
187 B
PowerShell

if (!(Test-Path -Path "build")) {
New-Item -ItemType Directory -Path "build"
}
Set-Location -Path "build"
cmake -A x64 -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release