aboutsummaryrefslogtreecommitdiff
path: root/script/build.ps1
blob: fb92855521509b12c140db0cac16faa6c485463d (plain)
1
2
3
4
5
6
cd ..\CruUI
Remove-Item build -Recurse -ErrorAction Ignore
New-Item build -ItemType Directory
cd .\build
cmake -G "Visual Studio 15 2017 Win64" ..
cmake --build .