Add a script for doing the Windows build.

This commit is contained in:
Sadie Powell 2023-03-23 09:54:15 +00:00
parent 4e1d7b84f5
commit 1e2d479ad4

4
win/build.ps1 Normal file
View File

@ -0,0 +1,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 /T:PACKAGE /VERBOSITY:MINIMAL