Files
SmokeAPI/build.ps1
2023-01-13 03:49:07 +03:00

9 lines
141 B
PowerShell

# Usage:
# PS ..\SmokeAPI> .\build.ps1 64 Debug
Set-Location (Get-Item $PSScriptRoot)
. ./KoalaBox/build.ps1 SmokeAPI @args
Build-Project