libleet/setup.ps1
2024-02-19 00:04:44 +01:00

6 lines
73 B
PowerShell
Executable file

if (-Not (Test-Path "build")) {
meson setup build
}
ninja -C build/