blob: 125c305c70ebd2a60ad16f13bcafb3be52b47b6f (
plain)
1
2
3
4
5
6
7
8
|
vcpkg.exe install folly:x64-windows fmt:x64-windows
cd ..\CruUI
Remove-Item build -Recurse -ErrorAction Ignore
New-Item build -ItemType Directory
cd .\build
cmake -G "Visual Studio 15 2017 Win64" ..
cmake --build .
|