inspircd/win/build.ps1

5 lines
184 B
PowerShell
Raw Normal View History

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