aboutsummaryrefslogtreecommitdiff
path: root/win/build.ps1
blob: b7df5ced9b9c43f4ea802ad33576115db5ef44fb (about) (plain) (blame)
1
2
3
4
cd $PSScriptRoot/build
conan install --build=missing ..
cmake .. -A x64 -D CMAKE_BUILD_TYPE=Release
msbuild PACKAGE.vcxproj /P:Configuration=Release /P:Platform=x64 /VERBOSITY:MINIMAL